Chong Yidong
90e93246f3
* gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2006-09-26 18:05:41 +00:00
Stefan Monnier
3293762969
Paren typo.
2006-09-26 15:42:58 +00:00
Stefan Monnier
be95632401
(jit-lock-force-redisplay): Rename from jit-lock-fontify-again.
...
Undo the mistaken change I've just done.
2006-09-26 15:42:29 +00:00
Stefan Monnier
c18607470a
(jit-lock-fontify-now): Don't fontify the empty text.
...
(jit-lock-fontify-again): Don't refontify text that's not displayed.
2006-09-26 15:35:34 +00:00
Stephen Gildea
25173d930b
mh-junk.el (mh-spamassassin-whitelist): Add two missing
...
quotation marks, so that the last two arguments of
sa-learn are separated properly (closes SF #1565460 ).
(mh-spamassassin-blacklist): In example .procmailrc, add
PATH element to find mhparam on Debian.
2006-09-26 02:40:50 +00:00
Stephen Gildea
799f7c09a2
mh-comp.el (mh-send-args): Initialize to "" instead of nil
...
so that we always have a valid string for split-string even if
nothing is added in mh-send-letter (closes SF #1564742 ).
2006-09-26 02:16:16 +00:00
Kenichi Handa
eb89917c15
(display-splash-screen): Allow a prefix argument.
2006-09-26 00:52:09 +00:00
Jason Rumney
4bbf6b4158
(shell-quote-argument): Use DOS logic for Windows shells with DOS semantics.
2006-09-25 23:03:39 +00:00
Jason Rumney
daea741e29
*** empty log message ***
2006-09-25 23:02:33 +00:00
Chong Yidong
94019f61df
* gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2006-09-25 15:13:07 +00:00
Chong Yidong
963355a469
* simple.el (line-move-finish): Handle corner case for fields in
...
continued lines.
(line-move-1): Remove flawed test for that case.
2006-09-24 21:58:12 +00:00
Richard M. Stallman
badf89eaea
(describe-key, describe-key-briefly): Test last event for being a down-event.
2006-09-24 20:43:32 +00:00
Richard M. Stallman
63522e3ade
(compilation-goto-locus-delete-o): New fn.
...
(compilation-goto-locus): Use compilation-goto-locus-delete-o
to delete the overlay. Put it on pre-command-hook.
2006-09-24 20:42:08 +00:00
Richard M. Stallman
e00c3f6fb6
(timer-max-repeats): Doc fix.
2006-09-24 20:39:52 +00:00
Richard M. Stallman
76a1a8a64f
(fancy-splash-screens, normal-splash-screen):
...
Call the splash buffer *About GNU Emacs*.
2006-09-24 20:39:22 +00:00
Richard M. Stallman
7408ee973a
(next-error-highlight, next-error-highlight-no-select): Default to 0.5.
...
(yank-excluded-properties): Add `fontified'.
2006-09-24 20:38:47 +00:00
Richard M. Stallman
9595af7e44
(font-lock-compile-keywords): Allow value of
...
syntax-begin-function to enable paren-column-0 highlighting.
2006-09-24 20:37:58 +00:00
Richard M. Stallman
a3d76960ea
(dired-build-subdir-alist): When file ends in colon,
...
don't exit the loop, just disregard that file.
2006-09-24 20:37:13 +00:00
Chong Yidong
3f56acf967
* icomplete.el (icomplete-simple-completing-p): Use the correct
...
name for the new variable, `icomplete-with-completion-tables'.
(file local variables): Remove superfluous setting.
2006-09-24 13:48:59 +00:00
Glenn Morris
8a76ffd143
From Jeff Miller <jmiller at cablespeed.com> (tiny change)
...
(appt-check): Fix typo for appointments just after midnight.
2006-09-23 21:39:42 +00:00
Glenn Morris
47c131a004
*** empty log message ***
2006-09-23 21:39:00 +00:00
Chong Yidong
98da283bf0
* help.el (describe-key-briefly, describe-key): Don't expect an
...
extra up event if a down-event is generated by a popup menu.
2006-09-23 19:34:38 +00:00
Chong Yidong
e42a01cb9b
* textmodes/ispell.el (ispell-change-dictionary): Don't check the
...
local dictionary when changing the global dictionary.
2006-09-23 19:05:03 +00:00
Chong Yidong
397e713bc5
2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
...
* icomplete.el (icomplete-with-completion-tables): List of
specialized completion tables with which icomplete should
operate. Include the new `internal-complete-buffer', so icomplete
works with interactive buffer-selection.
(icomplete-simple-completing-p): Add acceptance of specialized
completion tables listed in icomplete-with-completion-tables.
2006-09-23 18:39:22 +00:00
YAMAMOTO Mitsuharu
1e2d7573a8
(command-line): Use `custom-reevaluate-setting' for
...
`focus-follows-mouse'.
2006-09-23 09:17:00 +00:00
YAMAMOTO Mitsuharu
2ff62eacf8
(focus-follows-mouse): Set default to nil on Mac.
2006-09-23 09:16:40 +00:00
Richard M. Stallman
a9af8380e7
*** empty log message ***
2006-09-22 21:57:28 +00:00
Richard M. Stallman
83ff1415e5
(custom-buffer-create-internal): In `emacs -q',
...
explain why Save is not available.
2006-09-22 21:47:00 +00:00
Juanma Barranquero
da37d01fce
(woman0-so): Use let*', not
let'.
...
(woman-horizontal-line): Remove unbalanced parenthesis.
2006-09-22 21:35:30 +00:00
Stefan Monnier
8cc8239e5e
Make sure all the end-of-region markers we use have
...
a non-nil insertion-type.
(woman0-so): Move things around so we can use copy-marker.
(woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
Adjust marker type.
(woman2-process-escapes): Check marker type.
(woman-horizontal-line): Dispense with the use of a marker.
2006-09-22 19:09:45 +00:00
Jay Belanger
eb8c8b0455
Add Greek letters to math-variable-table properties of tex.
2006-09-22 17:46:21 +00:00
Chong Yidong
16abdbe639
* files.el (save-some-buffers-action-alist): Display diff in
...
view-mode.
2006-09-22 15:01:41 +00:00
Masatake YAMATO
1d8f4cb627
(add-log-current-defun): Use `forward-sexp'
...
instead of `forward-word' to pick c++::symbol.
Reported by Herbert Euler <herberteuler@hotmail.com>.
2006-09-22 14:27:13 +00:00
Kenichi Handa
2e77924dcf
*** empty log message ***
2006-09-22 12:56:44 +00:00
Kenichi Handa
f8e85ea8a7
Fix setting self-insert-command for multibyte
...
characters in global-map.
2006-09-22 12:55:25 +00:00
David Kastrup
89bf250ee6
(mouse-posn-property): Fix typo for `event-start' in
...
doc string.
2006-09-21 18:02:47 +00:00
Richard M. Stallman
3e7678c825
*** empty log message ***
2006-09-21 16:13:02 +00:00
Kim F. Storm
9e09836ebf
*** empty log message ***
2006-09-21 08:42:25 +00:00
Kenichi Handa
8584826b5b
("Latin-1"): Add windows-1252 to
...
coding-priority.
("German"): Likewise.
2006-09-21 01:34:03 +00:00
Kenichi Handa
01e0132dbb
*** empty log message ***
2006-09-21 01:23:31 +00:00
Kim F. Storm
b521ddce87
*** empty log message ***
2006-09-20 23:38:23 +00:00
Kim F. Storm
eae510750d
(member*): Use memql instead of complex code.
...
Suggested by Miles Bader.
2006-09-20 23:12:25 +00:00
Kim F. Storm
5bde639f47
(pushnew): Rework 2006-09-10 change. Use memql
...
instead of add-to-list in the simple case.
2006-09-20 23:12:15 +00:00
Vinicius Jose Latorre
0aad54a5a0
Adjust comment
2006-09-20 20:46:33 +00:00
Vinicius Jose Latorre
502ca00a6b
Adjust X-URL
2006-09-20 20:00:03 +00:00
Vinicius Jose Latorre
63381c91ed
Adjust X-URL
2006-09-20 18:49:34 +00:00
Stefan Monnier
5e04776440
(url-dav-file-attributes): Simplify.
2006-09-20 17:35:21 +00:00
Stefan Monnier
162fbe11f5
(url-http-head-file-attributes): Add device "info".
2006-09-20 17:35:13 +00:00
Stefan Monnier
02bb2aabef
(find-buffer-visiting): Don't get fooled by a nil inode.
2006-09-20 17:35:01 +00:00
Kim F. Storm
a4df1f8ba8
*** empty log message ***
2006-09-20 10:14:00 +00:00