Nick Roberts
dc075b1428
(Compilation Mode): Remove redundant paragraph.
...
(Watch Expressions): Remove paragraph to reflect code change.
2005-10-17 21:32:37 +00:00
Nick Roberts
284ab7490a
*** empty log message ***
2005-10-17 21:31:53 +00:00
Jason Rumney
4fc267d00d
*** empty log message ***
2005-10-17 21:11:14 +00:00
Nick Roberts
28126f297c
(speedbar-set-mode-line-format): Indent properly.
...
(speedbar-insert-button, speedbar-make-button):
Use add-text-properties.
(speedbar-update-localized-contents)
(speedbar-update-directory-contents)
(speedbar-update-special-contents): Use dolist.
(speedbar-buffer-easymenu-definition): Add a menu separator.
2005-10-17 21:10:48 +00:00
Nick Roberts
695bdd0107
(gdb-var-create-handler): Make watch
...
expressions display in speedbar for all buffers when debugging.
(gdb-speedbar-expand-node): Ensure node contraction is always
updated.
2005-10-17 21:09:38 +00:00
Nick Roberts
425fbda641
*** empty log message ***
2005-10-17 21:08:15 +00:00
Jason Rumney
bad197f0d1
Use $(lisp) when referencing files in the lisp directory.
2005-10-17 21:08:06 +00:00
Jason Rumney
e3188d80c4
(pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):
...
New targets for shell specific generation of mh-autoloads.
2005-10-17 20:53:10 +00:00
Jason Rumney
595f93acea
*** empty log message ***
2005-10-17 20:52:16 +00:00
Jay Belanger
970dd01268
(calc-store-into): Get proper variable name to display in message.
2005-10-17 20:51:34 +00:00
Stefan Monnier
9036e92f79
(jit-lock-fontify-now): Fix copy/paste mess up in last change.
2005-10-17 17:39:57 +00:00
Richard M. Stallman
f8252852f3
*** empty log message ***
2005-10-17 16:23:43 +00:00
Richard M. Stallman
7c3578942f
(tex-font-lock-keywords-2): Undo prev change.
2005-10-17 16:23:28 +00:00
Richard M. Stallman
617e58e7f0
(Quitting): Minor clarification.
2005-10-17 16:19:56 +00:00
Richard M. Stallman
75c0692f1b
(Sentinels): Clarify about output and quitting.
...
(Filter Functions): Mention with-local-quit.
2005-10-17 16:16:27 +00:00
Stefan Monnier
c4ac63d085
(jit-lock-fontify-now): Move jit-lock-context-unfontify-pos.
2005-10-17 15:15:31 +00:00
Juri Linkov
c1bed3aa3a
*** empty log message ***
2005-10-17 06:50:12 +00:00
Juri Linkov
80be8042ca
(Change Hooks): Replace ...' with
@dots{}' in @defmac' and
@defspec'.
2005-10-17 06:49:47 +00:00
Juri Linkov
099829c386
(Syntax Table Functions):
...
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2005-10-17 06:49:14 +00:00
Juri Linkov
d866ddd968
(Output Functions): Replace ...' with
@dots{}' in @defmac' and
@defspec'.
2005-10-17 06:48:54 +00:00
Juri Linkov
248a47c9ec
(Excursions): Replace arg forms' with
body' in `save-excursion'.
2005-10-17 06:48:32 +00:00
Juri Linkov
3389865aa2
(Mode Hooks, Defining Minor Modes):
...
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2005-10-17 06:48:00 +00:00
Juri Linkov
f8e3368312
(Writing to Files): Replace ...' with
@dots{}' in @defmac' and
@defspec'.
2005-10-17 06:47:26 +00:00
Juri Linkov
84ff884e17
(Progress, Defining Faces):
...
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2005-10-17 06:46:57 +00:00
Juri Linkov
3e14f3dae8
(Group Definitions): Replace ...' with
@dots{}' in @defmac' and
@defspec'.
2005-10-17 06:46:14 +00:00
Juri Linkov
3fa2da7ac8
(Eval During Compile, Compiler Errors):
...
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2005-10-17 06:45:48 +00:00
Juri Linkov
4049cdfac4
(Event Input Misc): Replace ...' with
@dots{}' in @defmac' and
@defspec'.
...
(Quitting): Replace arg `forms' with `body' in `with-local-quit'.
2005-10-17 06:45:26 +00:00
Juri Linkov
a029bcbbaf
(Current Buffer): Replace ...' with
@dots{}' in @defmac' and
@defspec'.
2005-10-17 06:44:50 +00:00
Bill Wohler
79af55a7eb
(mh-display-completion-list-compat): New macro which calls
...
`display-completion-list' correctly in older environments. Versions of
Emacs prior to version 22 lacked a COMMON-SUBSTRING argument.
(mh-complete-word): Use it.
2005-10-17 06:33:31 +00:00
Juri Linkov
790401011b
(Getting Started, Search Index, Expert Info): Fix wording.
...
(Search Text): Replace `echo area' with `mode line'.
(Search Index): Both `i' and `,' find all index entries.
Replace example `C-f' with `C-l' (which exists in index of Info
manual) and delete spaces in its keyboard input sequence.
Delete unnecessary explanations about literal characters.
2005-10-17 06:28:55 +00:00
Bill Wohler
8f552dc868
(mh-image-load-path): Use locate-library to find MH-E. This simplified
...
the code a lot. Flattened out nested statements even more.
2005-10-17 05:52:53 +00:00
Michael Albinus
c1253aade3
* net/tramp.el (tramp-completion-mode): New defvar. Used in
...
`tramp-completion-mode' for checking if we are in completion mode.
(tramp-completion-handle-file-name-all-completions): Reorder code
in order to complete for file names only in case there are no
method/user/host completions. This is necessary for cooperation
with ido. Reported by Kim F. Storm <storm@cua.dk>.
2005-10-17 04:46:46 +00:00
Richard M. Stallman
7d6596b8a9
(Compilation Mode, Compilation): Clarified.
2005-10-17 02:35:03 +00:00
Chong Yidong
625fca9a90
* longlines.el (longlines-search-forward)
...
(longlines-search-backward): Match any number of spaces.
2005-10-16 23:46:15 +00:00
Thien-Thi Nguyen
72147c533b
(diff-mode): Doc fix.
2005-10-16 21:49:00 +00:00
Miles Bader
16b52b6155
Add arch tagline
2005-10-16 21:21:05 +00:00
Satyaki Das
7c164e0c5f
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
...
causes a compiler warning.
* mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
the message to be viewed (closes SF #1306141 ).
2005-10-16 20:42:39 +00:00
Richard M. Stallman
255d8b22d9
(send-mail-function): Use mailclient-send-it
...
as default on darwin and windows systems.
2005-10-16 17:52:04 +00:00
Richard M. Stallman
74725d463c
(archive-zip-extract): Doc fix.
2005-10-16 17:06:40 +00:00
Romain Francoise
97b1270c38
(mouse-1-click-follows-link): Doc fix.
2005-10-16 16:50:00 +00:00
Stefan Monnier
71790d5760
*** empty log message ***
2005-10-16 15:34:32 +00:00
Stefan Monnier
3930b7e415
Don't require CL at runtime.
...
(savehist-xemacs): Remove.
(savehist-coding-system): Use utf-8 if available, regardless of religion.
(savehist-no-conversion): Use (featurep 'xemacs).
(savehist-load): Check existence of start-itimer rather than XEmacs.
Use an idle timer.
(savehist-process-for-saving): Replace use of CL funs `subseq' and
`delete-if-not'.
2005-10-16 15:22:37 +00:00
Stefan Monnier
216ee1a46c
(savehist-autosave-interval, savehist-coding-system, savehist-timer)
...
(savehist-last-checksum, savehist-no-conversion): New vars.
(savehist-autosave, savehist-process-for-saving, savehist-printable): New funs.
(savehist-load, savehist-save): Use them.
(savehist-delimit): Remove.
2005-10-16 15:02:39 +00:00
Stefan Monnier
e5456e7318
(compilation-goto-locus): Display the
...
compilation buffer first and the source buffer second, in case they're
in overlapping frames. Don't raise the compilation frame if it was the
selected window upon entry. Pass the `other-window' arg to
pop-to-buffer.
2005-10-16 14:12:50 +00:00
Stefan Monnier
717c6bdeb5
*** empty log message ***
2005-10-16 14:12:35 +00:00
Stefan Monnier
a73db543bf
(Info-fontify-node): Use dolist.
...
(Info-fontify-node): Change add-text-properties to put-text-property.
2005-10-16 14:12:03 +00:00
Stefan Monnier
9cee7d84e7
(bibtex-font-lock-url): Catch when point past bound of search.
2005-10-16 14:07:33 +00:00
Romain Francoise
089a682e96
*** empty log message ***
2005-10-16 13:28:59 +00:00
Masatake YAMATO
f5fab556d4
* message.el (message-expand-group): Pass the common
...
prefix substring of completion to `display-completion-list'.
* mh-comp.el (mh-complete-word): Pass the common
prefix substring of completion to `display-completion-list'.
* dabbrev.el (dabbrev-completion): Pass the common
prefix substring of completion to `display-completion-list'.
* filecache.el (file-cache-minibuffer-complete)
(file-cache-complete): Ditto.
* tempo.el (tempo-display-completions): Ditto.
* wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
* emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
* eshell/em-hist.el (eshell-list-history): Ditto.
* mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
* progmodes/etags.el (complete-tag): Ditto.
* progmodes/make-mode.el (makefile-complete): Ditto.
* progmodes/meta-mode.el (meta-complete-symbol): Ditto.
* progmodes/octave-mod.el (octave-complete-symbol): Ditto.
* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.
* textmodes/bibtex.el (bibtex-complete-internal): Ditto.
* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.
* minibuf.c (Fdisplay_completion_list): Add new optional
argument COMMON_SUBSTRING. Bind `completion-common-substring'
to the optional argument during running `completion-setup-hook'.
2005-10-16 09:31:48 +00:00
Satyaki Das
2416ec6412
* mh-init.el (mh-image-load-path-called-flag): New variable which
...
is used by mh-image-load-path so that it runs only once.
(mh-image-load-path): Modified so that it gets run only once. Also
flatten out heavily nested if statements to make it clearer.
* mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
to find images used in the toolbar.
* mh-customize.el (:folder): Remove call to mh-image-load-path.
2005-10-16 03:24:54 +00:00