Chong Yidong
4e14547fd4
* message.el: Revert last change.
2009-12-01 19:01:41 +00:00
Stefan Monnier
b08016f2fc
(normal-erase-is-backspace-mode): Fix thinko in message.
2009-12-01 18:06:06 +00:00
Glenn Morris
9e13b2f462
Add etc/images/mpc directory.
2009-12-01 17:06:30 +00:00
Glenn Morris
782d6e3016
(window--display-buffer-2): Fix previous changes.
2009-12-01 17:04:55 +00:00
Chong Yidong
94423e8a31
Delete trailing whitespace.
2009-12-01 16:21:36 +00:00
Chong Yidong
28f57f7e00
* mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
...
* gnus/message.el (message-setup-hook, message-send-hook): Make into aliases
for mail-*-hook.
2009-12-01 16:20:59 +00:00
Miles Bader
964f5b2b79
Add arch tagline
2009-12-01 09:28:22 +00:00
YAMAMOTO Mitsuharu
8096a0ff8c
(font_load_for_lface, font_open_by_name): Don't store name
...
if entity is Qnil.
2009-12-01 09:07:36 +00:00
Glenn Morris
c31a2fdc34
(ELCFILES): Add mpc.elc.
2009-12-01 07:51:02 +00:00
Glenn Morris
e3dd31b9df
New file.
2009-12-01 07:49:26 +00:00
Glenn Morris
eb7799da34
Add missing entry.
2009-12-01 07:47:11 +00:00
Bill Wohler
6ddf13e4ad
(Searching): Use mh vfolder_format and fix typo in database path for
...
mairix example. Specify -q in namazu example since namazu is
excessively garrulous.
2009-12-01 07:10:17 +00:00
Bill Wohler
002d25243b
(mh-mairix-execute-search): Use mh vfolder_format. Fix typo in
...
database path.
(mh-namazu-execute-search): Specify -q in example since namazu is
excessively garrulous.
2009-12-01 07:07:23 +00:00
Stefan Monnier
e1ada2225c
* mpc.el: New file.
2009-12-01 04:04:33 +00:00
Glenn Morris
3689984f00
(window-to-use): Define for compiler.
2009-12-01 03:15:01 +00:00
Glenn Morris
3ab4308bab
(byte-compile-save-excursion): Make message consistent with others (no
...
final period).
2009-12-01 03:14:02 +00:00
Glenn Morris
0c9ff2c516
(rmail-mime-handle): Doc fix.
...
(rmail-mime-show): Downcase the encoding. (Bug#5070)
2009-12-01 03:13:03 +00:00
Glenn Morris
8d53846a14
Update maintainer per comment from HN in bug#5056: "I no longer
...
actively maintain savehist-mode".
2009-12-01 03:12:13 +00:00
Glenn Morris
cf17679916
Mention usertags.
2009-12-01 03:10:31 +00:00
Dan Nicolaescu
fb0c18ff80
Make vc-print-log buttons work.
...
* log-view.el (log-view-mode-map): Inherit from from widget-keymap.
2009-12-01 00:35:43 +00:00
Juanma Barranquero
2ac7e73ec4
* savehist.el (savehist-autosave-interval): Allow setting to nil
...
through customize. (Bug#5056)
2009-11-30 23:39:04 +00:00
Juanma Barranquero
5237d741a8
Fix references to jit-lock properties.
...
* progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
Refer to jit-lock-defer-multiline, not jit-lock-multiline.
(perl-font-lock-special-syntactic-constructs):
Quote jit-lock-defer-multiline property.
2009-11-30 22:51:34 +00:00
Katsumi Yamaoka
1613ac12de
Add Bug#4698 to 2009-11-29 change. By Reiner Steib.
2009-11-30 22:11:19 +00:00
Juri Linkov
054ae85630
(multi-isearch-search-fun): Always provide a non-nil
...
value `buffer' of `multi-isearch-next-buffer-current-function'.
Use `(current-buffer)' when `buffer' is nil.
(multi-isearch-next-buffer-from-list): Don't fallback to
`(current-buffer)' when `buffer' is nil. (Bug#4947)
2009-11-30 21:45:30 +00:00
Dan Nicolaescu
379241fa2e
(vc-git-registered): Call vc-git-root only once.
2009-11-30 21:21:35 +00:00
Stefan Monnier
3e0de07fa8
(print_preprocess): Preprocess the key_and_value table of
...
hashtables, even tho they're "hidden" (bug#5082).
2009-11-30 21:08:25 +00:00
Juri Linkov
67296dda1e
(multi-isearch-read-buffers): Move canonicalization
...
of buffers with `get-buffer' to `multi-isearch-buffers'.
(multi-isearch-buffers, multi-isearch-buffers-regexp):
Canonicalize BUFFERS with `get-buffer'. Doc fix.
(multi-isearch-files, multi-isearch-files-regexp): Canonicalize
FILES with `expand-file-name' converting relative file names
to absolute. Doc fix. (Bug#4727)
2009-11-30 20:27:44 +00:00
Juri Linkov
c585bf3275
(multi-isearch-read-buffers)
...
(multi-isearch-read-matching-buffers): New functions.
(multi-isearch-buffers, multi-isearch-buffers-regexp):
Use them in the `interactive' spec. Doc fix.
(multi-isearch-read-files, multi-isearch-read-matching-files):
New functions.
(multi-isearch-files, multi-isearch-files-regexp):
Use them in the `interactive' spec. Doc fix. (Bug#4725)
2009-11-30 19:42:16 +00:00
Juri Linkov
0a7457335a
(doc-view-continuous):
...
Rename from `doc-view-continuous-mode'.
(doc-view-menu): Move "Toggle display" to the top.
Add submenu "Continuous" with radio buttons "Off"/"On"
and "Save as Default".
(doc-view-scroll-up-or-next-page)
(doc-view-scroll-down-or-previous-page)
(doc-view-next-line-or-next-page)
(doc-view-previous-line-or-previous-page): Rename
`doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2009-11-30 16:14:48 +00:00
Juri Linkov
1f9689eba0
(comint-mode-map): Rebind `M-r' from
...
`comint-previous-matching-input' to
`comint-history-isearch-backward-regexp'.
Unbind `M-s' to allow global key binding `M-s'.
Add menu items for `comint-history-isearch-backward' and
`comint-history-isearch-backward-regexp'. (Bug#3746)
2009-11-30 16:11:18 +00:00
Juri Linkov
2952b1ae04
(perform-replace): Let-bind recenter-last-op to nil.
...
For def=recenter, replace `recenter' with `recenter-top-bottom'
that is called with `this-command' and `last-command' let-bound
to `recenter-top-bottom'. When the last `def' was not `recenter',
set `recenter-last-op' to nil. (Bug#4981)
2009-11-30 16:05:47 +00:00
Stefan Monnier
20565545f2
Minor cleanup and simplification.
...
* filecache.el (file-cache-add-directory, file-cache-add-directory-recursively)
(file-cache-add-from-file-cache-buffer)
(file-cache-delete-file-regexp, file-cache-delete-directory)
(file-cache-files-matching-internal, file-cache-display): Use dolist.
(file-cache-temp-minibuffer-message): Delete function.
(file-cache-minibuffer-complete): Use minibuffer-message instead.
2009-11-30 13:49:13 +00:00
Stefan Monnier
7a9547ca15
(perl-font-lock-special-syntactic-constructs):
...
Don't signal an error when bumping into EOB in tr, s, or y.
2009-11-30 13:43:51 +00:00
Juri Linkov
29a483ace4
(Highlight Interactively): Actually a list of
...
default faces is pre-loaded into a list of default values
instead of the history.
2009-11-29 23:57:18 +00:00
Juri Linkov
08e968f330
(describe-char-unidata-list): Use lowercase name
...
for "Unicode name" like in other tags.
2009-11-29 23:55:57 +00:00
Juri Linkov
6a3e0319bf
(fancy-about-text): Fix wording of Guided Tour. (Bug#4960)
2009-11-29 23:54:41 +00:00
Juri Linkov
f8d170a48f
(ediff-minibuffer-with-setup-hook): New compatibility macro.
...
(ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2009-11-29 23:52:16 +00:00
Juri Linkov
5aa75bd889
* gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
...
when it is fboundp in GNU Emacs 23.1.
Put `isearch-scroll' property on `gnus-recenter'. (Bug#4981)
2009-11-29 23:38:18 +00:00
Juri Linkov
0116abbdeb
Add defcustom to define the cycling order of `recenter-top-bottom'. (Bug#4981)
...
* window.el (recenter-last-op): Doc fix.
(recenter-positions): New defcustom.
(recenter-top-bottom): Rewrite to use `recenter-positions'.
(move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2009-11-29 23:34:05 +00:00
Michael Albinus
07b6428ccd
* tramp.texi (Remote processes): Improve eshell example with "su"
...
and "sudo" commands.
2009-11-29 20:40:51 +00:00
Michael Albinus
61eef560b9
* eshell/esh-util.el (top): Require also Tramp when compiling.
...
(eshell-directory-files-and-attributes): Check for FTP remote
connection.
(eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
`ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
(eshell-file-attributes): Handle ".". Return `entry'.
2009-11-29 20:19:48 +00:00
Michael Albinus
e7b538cd65
* eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
...
(eshell/su): Flatten args. Apply better args parsing. Use "cd".
(eshell/sudo): Flatten args. Let-bind `default-directory'.
2009-11-29 20:10:29 +00:00
Michael Albinus
e2a421af39
* net/tramp.el (tramp-maybe-open-connection): Open the remote
...
shell with "exec" when possible. This prevents trailing prompts
in `start-file-process'.
2009-11-29 20:05:23 +00:00
Michael Albinus
f06dbf7ea9
* net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
...
(ange-ftp-directory-files-and-attributes)
(ange-ftp-real-directory-files-and-attributes): New defuns.
2009-11-29 20:04:08 +00:00
Jan Djärv
abeafb2a06
frame.c (frame_make_pointer_invisible)
...
(frame_make_pointer_visible): Declare f before statements.
2009-11-29 09:48:50 +00:00
Stefan Monnier
21f49db9e9
Try and remove assumptions about point-min==1.
...
* nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
(rng-compute-mode-line-string): Show the validation percentage in
terms of the narrowed text, not the widened text.
(rng-do-some-validation): Don't catch internal errors when debugging.
(rng-first-error): Simplify.
(rng-after-change-function): Remove work around. AFAIK the bug has
been fixed a while ago.
2009-11-28 21:32:06 +00:00
Chong Yidong
9d542758cf
* sem-user.texi (Semantic mode): Link to Idle Scheduler.
2009-11-28 21:11:25 +00:00
Chong Yidong
fd1cefda58
* semantic.texi (Analyzer Internals): Rename from Analyzer.
...
* sem-user.texi (Semantic mode user commands): Fix key syntax.
Document semantic-complete-analyze-inline.
(Semanticdb search debugging commands): Minor clarification.
(Analyzer, Smart Completion, Smart Summary, Smart Jump)
(Analyzer Debug) New nodes, adapted from the upstream Semantic user
manual.
2009-11-28 21:09:00 +00:00
Stefan Monnier
26224fafa0
(image-minor-mode): Exit more gracefully when the image
...
cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2009-11-28 20:45:19 +00:00
Kevin Ryde
c6d4731535
* erc.texi (Development): Correction to git tutorial url.
2009-11-28 20:36:05 +00:00