Stefan Monnier
ffaa90dd98
(xterm-turn-on-modify-other-keys)
...
(xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
Don't forget to pass `terminal' to `send-string-to-terminal'.
2008-09-30 21:59:26 +00:00
Michael Albinus
413eee8181
*** empty log message ***
2008-09-30 19:14:16 +00:00
Eli Zaretskii
b1b1753b2d
(ELCFILES): Remove codepage.elc.
2008-09-30 19:03:18 +00:00
Eli Zaretskii
a7a461efcc
File removed, as even ms-dos does not need it anymore.
2008-09-30 16:26:10 +00:00
Eli Zaretskii
ff58641318
Remove coding: cookie and no-byte-compile flag.
...
(IT-character-translations, cjk-codepages-alist): Remove variables.
(IT-display-table-setup, dos-cpNNN-setup): Remove functions.
(IT-unicode-translations): Remove charset and base elements. Add translations
for Latin-1 characters.
(IT-setup-unicode-display): Accept a CODING argument. Don't use base and
chset elements of IT-unicode-translations. Don't wrap translation in "{...}".
Set up translations only for characters for which unencodable-char-position
returns non-nil.
(dos-codepage-setup): Don't use special-case codepages in cjk-codepages-alist.
2008-09-30 16:18:09 +00:00
Eli Zaretskii
a03c5807a3
(locate-dominating-file): Wrap directory-files with condition-case, instead
...
of calling file-directory-p, which stats the directory one more time.
2008-09-30 12:52:46 +00:00
Eli Zaretskii
f45de83bf8
(mail-unquote-printable-region): Use insert-byte instead of insert-char,
...
when the UNIBYTE arg is non-nil.
2008-09-30 11:54:57 +00:00
Daiki Ueno
6ea97db8f3
(epa-file-insert-file-contents): Fix typo.
2008-09-30 07:41:49 +00:00
Glenn Morris
9b3568e17d
(which-func-imenu-joiner-function): Doc fix.
2008-09-30 03:42:56 +00:00
Glenn Morris
c27c178cd2
Daniel Colascione <danc at merrillpress.com>
...
(imenu--split-menu): Fix bug with shared lists that deleted some
nested menu items.
2008-09-30 03:38:42 +00:00
Jay Belanger
4043c1949e
(User Defined Units): Mention how to enter optional display string.
2008-09-30 02:45:50 +00:00
Michael Albinus
613658d4b2
* vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2008-09-29 18:58:08 +00:00
Eli Zaretskii
69ad666d70
(locate-dominating-file): Take file-attributes of dir', not of
file'
...
(which never changes).
2008-09-29 11:31:10 +00:00
Michael Albinus
d5fb39b4c6
* net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
...
identification.
2008-09-29 05:42:20 +00:00
Glenn Morris
559ca68a05
(vc-switches): Give it a doc string.
2008-09-28 17:54:50 +00:00
Romain Francoise
ddee160471
(comint-show-output): Adjust to stickiness changes of the output field.
2008-09-28 16:56:48 +00:00
Romain Francoise
7581ba4099
(command-line): Start the daemon server later.
2008-09-28 09:37:09 +00:00
Martin Rudalics
c41bd0ec43
(read-quoted-char): Call char-resolve-modifiers
...
instead of char-resolve-modifers.
2008-09-28 08:43:50 +00:00
Juanma Barranquero
d275f05d1b
Fix typo.
2008-09-28 00:36:00 +00:00
Glenn Morris
e64c74f219
(solitaire-mode-map): Bind "\r" rather than [return]. (Bug#1031)
2008-09-27 20:05:56 +00:00
Glenn Morris
f4498b9e4f
Peter Dyballa <Peter_Dyballa at Freenet.DE>
...
(solar-sunrises-buffer): Fix typo.
2008-09-27 19:58:53 +00:00
Daiki Ueno
47e4971262
(epg-wait-for-status): Check if there is no pending
...
status.
Reported by Ted Romer <ted@romerfamily.com>.
2008-09-27 06:59:43 +00:00
Dan Nicolaescu
b082f79218
(command-line): Turn on menu-bar-mode and
...
tool-bar-mode when running as a daemon.
2008-09-26 17:42:20 +00:00
Eli Zaretskii
1ed6e04d06
($(lisp)/progmodes/cc-mode.elc): Remove.
...
($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
($(lisp)/progmodes/cc-engine.elc)
($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
($(lisp)/progmodes/cc-subword.elc)
($(lisp)/progmodes/cc-vars.elc): New dependencies.
2008-09-26 10:28:46 +00:00
Eli Zaretskii
4860b1b84a
($(lisp)/progmodes/cc-mode.elc): Remove.
...
($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
($(lisp)/progmodes/cc-engine.elc)
($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
($(lisp)/progmodes/cc-subword.elc)
($(lisp)/progmodes/cc-vars.elc): New dependencies.
2008-09-26 10:11:39 +00:00
Katsumi Yamaoka
4b93c9d546
* informat.el (Info-split-threshold): New variable.
...
(Info-split): Use it.
* textmodes/texinfmt.el (texinfo-format-buffer):
Use Info-split-threshold to decide whether to split Info files.
2008-09-25 23:09:28 +00:00
Chong Yidong
6c7e2ce8c2
* progmodes/octave-mod.el (octave-mode-menu): Fix incorrect quoting.
2008-09-25 22:10:18 +00:00
Chong Yidong
d2f38ec41b
* comint.el (comint-dynamic-complete-as-filename): Quote directory
...
name when reinserting it.
2008-09-25 19:25:44 +00:00
Chong Yidong
acfa99ee68
* isearch.el (isearch-search-fun): Use word-search-forward-lax and
...
word-search-backward-lax for incremental word search.
2008-09-25 17:06:13 +00:00
Juanma Barranquero
4b8643d33e
* generic-x.el (generic-other-modes): Fix typo in docstring.
...
(generic-use-find-file-hook, generic-lines-to-scan)
(generic-find-file-regexp, generic-ignore-files-regexp)
(generic-define-mswindows-modes, generic-define-unix-modes):
Remove `*' from docstring.
(generic-mode-find-file-hook): Use `string-match-p'.
(apache-log-generic-mode, mailagent-rules-generic-mode)
(prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
(java-manifest-generic-mode, java-properties-generic-mode)
(alias-generic-mode): Doc fix: use "Generic mode" in docstrings
for consistency with other modes in generic-x.el.
2008-09-25 10:45:20 +00:00
Martin Rudalics
fa9a8f7899
(latex-handle-escaped-parens): New variable.
...
(latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
parens specially only if latex-handle-escaped-parens is non-nil.
(latex-indent-within-escaped-parens): New option.
(latex-find-indent): Bind latex-handle-escaped-parens to
latex-indent-within-escaped-parens. Do not treat escaped parens
specially when this is non-nil. (Bug#954)
2008-09-25 08:39:30 +00:00
Glenn Morris
4dd7f3750f
(ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
2008-09-25 07:45:35 +00:00
Chong Yidong
51dde7dc8a
* vc.el (vc-mark-resolved): Move message here from vc-default-mark-resolved.
...
(vc-default-mark-resolved): Change to an alias for ignore.
2008-09-25 01:44:10 +00:00
Chong Yidong
1601aa7acf
* term.el (term-emulate-terminal): Encode input string before checking
...
its length.
2008-09-25 00:05:40 +00:00
Chong Yidong
32655809a8
* progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton is
...
loaded.
2008-09-24 22:50:56 +00:00
Chong Yidong
ef1a3179f0
* server.el (server-buffer-done): Avoid changing the buffer when
...
deleting the client's frame (bug#640).
2008-09-24 20:11:47 +00:00
Chong Yidong
b1a6746fb8
* vc.el (vc-default-mark-resolved): New function.
2008-09-24 19:14:48 +00:00
Chong Yidong
574297e3b9
* mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
...
from raising a wrong-type-argument error.
2008-09-24 17:55:57 +00:00
Martin Rudalics
e3d51b2790
*** empty log message ***
2008-09-24 16:24:35 +00:00
Martin Rudalics
46f12fd46f
(describe-face): Print relative file name in help buffer.
2008-09-24 16:15:38 +00:00
Juanma Barranquero
10d1d0af5f
Fix typos.
2008-09-24 01:16:16 +00:00
Romain Francoise
86ec740ec4
(with-output-to-string): Make sure that the temporary buffer gets
...
killed.
2008-09-23 17:26:40 +00:00
Martin Rudalics
be10dcf247
(calculate-lisp-indent): Fix indentation problem with keyword symbols
...
when a list starts with ,@ or spaces. (Bug#1012)
2008-09-23 07:06:12 +00:00
Martin Rudalics
ee1751a5e8
(latex-find-indent): Try to handle
...
escaped close parens correctly. (Bug#954)
2008-09-23 06:15:52 +00:00
Tassilo Horn
b45c803b10
(fortune-in-buffer): Fix a bug which forced
...
usage of `fortune-file' even though a FILE argument was passed to
the function.
2008-09-22 10:24:31 +00:00
Dan Nicolaescu
9ba6e7d4b6
(command-line): Remove always true test.
2008-09-21 23:32:49 +00:00
Dan Nicolaescu
eab2ee8944
* emacs.c (standard_args): Add --daemon.
...
(main): Disconnect from the terminal when --daemon is passed.
(is_daemon): New variable.
(Fdaemonp): New function.
(syms_of_emacs): Defsubr it.
* startup.el (command-line): Start the server when in daemon mode.
* cmdargs.texi (Initial Options): Document --daemon.
2008-09-21 23:31:40 +00:00
Dan Nicolaescu
d06f801066
(frame-initialize): Remove spurious setting of
...
special-display-function with the default value.
2008-09-21 22:58:41 +00:00
Jay Belanger
11041c992f
(calcFunc-venum): Properly handle intervals.
2008-09-20 22:09:39 +00:00
Glenn Morris
f3681087a3
(lisp-indent-offset): Fix custom type. (Bug#1011)
2008-09-20 21:55:04 +00:00
Glenn Morris
3102b34263
David De La Harpe Golden <david at harpegolden.net>
...
(move-file-to-trash): Avoid recursive trashing if rename-file calls delete-file.
2008-09-20 21:29:03 +00:00
Glenn Morris
8cf5507b3c
*** empty log message ***
2008-09-20 21:14:57 +00:00
Glenn Morris
77f03403c0
Remove leading `*' from defcustom docs.
...
(fortune-program-options): Doc fix. Allow to be a string again. Add :version.
(fortune-in-buffer): Handle fortune-program-options as a string.
2008-09-20 21:09:37 +00:00
Glenn Morris
ca514f7274
Justin Bogner <mail at justinbogner.com> (tiny change)
...
(fortune-program-options): Change to a list.
(fortune-in-buffer): Use apply.
2008-09-20 20:57:47 +00:00
Glenn Morris
25b30b16a4
Ulrich Mueller <ulm at kph.uni-mainz.de>
...
Change encoding of file to utf-8.
(authors-coding-system): Likewise.
2008-09-20 19:54:27 +00:00
Glenn Morris
926558fb3b
Ami Fischman <ami at fischman.org>
...
(savehist-save): Handle errors in writing as well as reading.
2008-09-20 19:47:07 +00:00
Michael Olson
54e5f96269
Update ChangeLog
2008-09-20 04:43:04 +00:00
Roland Winkler
204ebc5b24
(proced-grammar-alist, proced-custom-attributes)
...
(proced-format-alist, proced-format, proced-filter-alist)
(proced-filter, proced-sort): Use defcustom.
(proced-mode): Fix docstring.
(proced-process-attributes): Handle return value nil of functions
in proced-custom-attributes.
2008-09-20 03:03:07 +00:00
Martin Rudalics
c673dabeb8
(sgml-tag-syntax-table): Remove prefix
...
flag from "'" entry in sgml-tag-syntax-table.
2008-09-19 06:20:30 +00:00
Miles Bader
9d8efa3aab
(comint-output-filter): Make output field properties front-sticky
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1420
2008-09-19 00:37:30 +00:00
Dan Nicolaescu
89d9800051
* vc-bzr.el (vc-bzr-show-log-entry):
...
* vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
C-x v l for a directory uses that.
2008-09-18 17:01:41 +00:00
Simon Josefsson
8a28dd0bb6
(auto-mode-alist): Use sieve-mode for .sv, .siv, and
...
.sieve files.
2008-09-18 15:02:59 +00:00
Martin Rudalics
b1b6d77d47
(make-help-screen): Preserve key bindings
...
established in help-mode call when exiting this macro.
2008-09-18 08:37:14 +00:00
Kenichi Handa
b2a9ce7e48
Fix setting of composition-function-table.
2008-09-17 11:49:06 +00:00
Martin Rudalics
2cf7c3d167
(Info-follow-nearest-node): Don't raise an error for
...
mouse-1 clicks.
2008-09-17 06:52:00 +00:00
Jay Belanger
ba0421242c
*** empty log message ***
2008-09-17 02:36:46 +00:00
Chong Yidong
6db65bf8bd
* textmodes/flyspell.el (flyspell-math-tex-command-p): Always
...
catch errors raised in `texmathp'.
(flyspell-tex-math-initialized): Remove.
2008-09-17 00:54:53 +00:00
Martin Rudalics
1676807bc7
(switch-to-buffer-other-frame): Don't raise frame since
...
pop-to-buffer already does it.
(display-buffer-other-frame): Fix doc-string.
2008-09-16 08:28:18 +00:00
Glenn Morris
62d93502dd
(diff-find-source-location): Update declaration.
2008-09-16 02:42:34 +00:00
Daiki Ueno
761cd52419
(epg-start-verify): Pass "--verify" to gpgsm.
2008-09-16 02:07:05 +00:00
Juanma Barranquero
c9f203eb46
* vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
...
(vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
* vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2008-09-15 23:28:39 +00:00
Martin Rudalics
35e3abe55c
(file-truename): Don't raise args-out-of-range error
...
when filename has no separator on windows-nt. (Bug#982)
2008-09-15 09:23:45 +00:00
Stefan Monnier
68035b9764
(diff-find-file-name): Rename batch' to
noprompt' and
...
be more honest when we don't know.
(diff-tell-file-name): Don't prompt before the actual prompt.
(diff-mode): Don't prompt in add-log-buffer-file-name-function.
(diff-find-source-location): Add `noprompt' argument.
(diff-current-defun): Don't prompt.
2008-09-14 21:16:30 +00:00
Roland Winkler
aa5fecb537
(proced-mark-face, proced-marked-face)
...
(proced-sort-header-face): Removed.
(proced-font-lock-keywords): Simplified.
(proced-format): Use face proced-sort-header.
(proced-format-interactive, proced-sort-interactive)
(proced-filter-interactive): Only call proced-update if the scheme
has changed.
(proced-sort-header): Use posn-actual-col-row.
2008-09-14 16:44:44 +00:00
Martin Rudalics
9360906a81
(change-log-find-window): New variable.
...
(change-log-goto-source-1, change-log-goto-source): Set
change-log-find-window to window displaying source.
(change-log-next-error): Select window specified by
change-log-find-window.
2008-09-14 11:28:27 +00:00
Kenichi Handa
896c726619
*** empty log message ***
2008-09-14 05:55:11 +00:00
Martin Rudalics
c1567cc72d
(pop-to-buffer): Select window before calling
...
select-frame-set-input-focus.
2008-09-13 08:29:27 +00:00
Roland Winkler
da64319085
(proced-sort-header): New face.
...
(proced-sort-header-face): New variable.
(proced-format): Allow format value nil. Use
proced-sort-header-face for header of sort column.
(proced-format-args): New function.
(proced-grammar-alist, proced-timer-flag, proced-process-alist)
(proced-header-help-echo, proced-field-help-echo, proced-timer)
(proced-toggle-timer-flag, proced, proced-mode): Doc fix.
(proced-refine): Renamed from proced-filter-attribute. Doc fix.
(proced-sort-header): Bind also to mouse-1.
(proced-move-to-goal-column): Return position of point.
(proced-filter-interactive): Always revert listing.
(proced-format-ttname): Simplify.
(proced-update): Do not keep undo information. Put point at
beginning of buffer if we generate the first listing.
2008-09-12 16:59:57 +00:00
Tassilo Horn
c36f0e1755
(doc-view-scroll-up-or-next-page)
...
(doc-view-scroll-down-or-previous-page): Fix scrolling in case of
vertically split windows.
2008-09-12 06:29:25 +00:00
Glenn Morris
8359634804
(f90-mode-map): Don't bind \t and \r.
2008-09-12 03:09:30 +00:00
Glenn Morris
df321f0913
(sh-font-lock-open-heredoc): Doc fix.
2008-09-12 03:07:52 +00:00
Glenn Morris
15ff55b129
Re-word to fool font-lock.
2008-09-11 16:13:17 +00:00
Martin Rudalics
a4f41c95a9
(pop-to-buffer): If the window for buffer-or-name is
...
not on the selected frame, raise that window's frame and give it
input focus. (Bug#745)
2008-09-11 06:39:30 +00:00
Glenn Morris
6f3122a737
(charset-map-path): Doc fix.
2008-09-11 06:18:24 +00:00
Glenn Morris
7103fd599b
(ido-mode): Initialize with custom-initialize-default. (Bug#947).
2008-09-11 06:12:06 +00:00
Chong Yidong
41f0558bec
* replace.el (perform-replace): Don't set inhibit-read-only using
...
query-replace-skip-read-only (bug#956).
2008-09-10 22:16:15 +00:00
Chong Yidong
39badb7749
* edmacro.el (edmacro-parse-keys): Fix last change to omit macros of
...
the <<foo>> form.
2008-09-10 21:50:15 +00:00
Martin Rudalics
2564beceac
*** empty log message ***
2008-09-10 08:53:26 +00:00
Kenichi Handa
c0a839aeac
(compose-gstring-for-graphic): Fix previous change.
2008-09-10 05:49:38 +00:00
Glenn Morris
7d1ac20665
(Info-try-follow-nearest-node): Fix doc typo.
2008-09-10 02:33:29 +00:00
Glenn Morris
e246983589
Stephen Berman <stephen.berman at gmx.net>
...
(Info-mouse-follow-nearest-node): Follow links to different manuals. (Bug#886)
2008-09-10 02:31:58 +00:00
Juanma Barranquero
4e3e159bdd
* ido.el (ido-unload-function): New function.
2008-09-09 14:00:58 +00:00
Juanma Barranquero
79164cf45d
* ido.el (ido-file-internal): Fix typo in prompt.
...
(ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
(ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
(ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
(ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
Fix typos in docstrings.
2008-09-08 14:19:37 +00:00
Martin Rudalics
1113ff4400
(describe-function-1): Don't print extra newline
...
after filling.
2008-09-08 06:52:47 +00:00
Martin Rudalics
ed66e23539
(find-lisp-object-file-name): Handle case where
...
library is compressed.
2008-09-08 06:36:51 +00:00
Chong Yidong
e4f23710e7
* complete.el (PC-do-completion): Don't replace buffer
...
contents (bug#227).
2008-09-07 20:57:01 +00:00
Juanma Barranquero
9910a31133
* loadhist.el (unload-feature-special-hooks):
...
Add `choose-completion-string-functions'.
2008-09-07 20:33:49 +00:00
Stefan Monnier
3dd2acc9d3
* vc-svn.el (vc-svn-root):
...
* vc-sccs.el (vc-sccs-root):
* vc-rcs.el (vc-rcs-root):
* vc-cvs.el (vc-cvs-root): Delete.
* vc-hooks.el (vc-find-root): Remove `invert' argument.
2008-09-07 20:24:24 +00:00
Chong Yidong
33a9c7c35b
* progmodes/flymake.el (flymake-parse-err-lines): Filter out
...
errors occurring in different files.
2008-09-07 19:04:53 +00:00
Dan Nicolaescu
a0c38937bb
(vc-bzr-extra-fileinfo): New defstruct.
...
(vc-bzr-status-printer): New function.
(vc-bzr-after-dir-status): Deal with renamed files.
2008-09-07 17:24:57 +00:00
John Paul Wallington
bed27b2468
*** empty log message ***
2008-09-07 15:49:59 +00:00
Martin Rudalics
d21cba62f0
(cancel-change-group): Widen buffer temporarily when
...
undoing changes. (Bug#810)
2008-09-07 09:16:56 +00:00
Nick Roberts
3021111652
*** empty log message ***
2008-09-07 00:51:18 +00:00
Roland Winkler
d74d0c4266
Require time-date.
...
(proced-command-alist, proced-command, proced-goal-header-re)
(proced-sorting-schemes-alist, proced-sorting-scheme)
(proced-header-alist, proced-sorting-schemes-re)
(proced-skip-regexp, proced-next-line, proced-previous-line)
(proced-listing-type, proced-sorting-scheme-p): Removed.
(proced-grammar-alist, proced-custom-attributes)
(proced-format-alist, proced-format, proced-filter-alist)
(proced-filter, proced-sort, proced-goal-attribute)
(proced-timer-interval, proced-timer-flag, proced-timer)
(proced-process-alist, proced-sort-internal, proced-process-tree)
(proced-header-help-echo, proced-field-help-echo): New variables.
(proced-pid-at-point, proced-timer, proced-mark-process-alist)
(proced-omit-process, proced-filter, proced-process-tree)
(proced-filter-children, proced-children-pids)
(proced-filter-parents, proced-<, proced-string-lessp)
(proced-time-lessp, proced-xor, proced-sort-p)
(proced-format-time, proced-format-start, proced-format-ttname)
(proced-format, proced-process-attributes): New functions.
(proced-toggle-timer-flag, proced-mark-children)
(proced-mark-parents, proced-filter-interactive)
(proced-filter-attribute, proced-sort-interactive)
(proced-sort-header, proced-format-interactive): New commands.
(proced-move-to-goal-column): Use goal-column.
(proced-mode): Use proced-timer.
(proced-do-mark-all): Display process count. Use use-region-p.
Simplify.
(proced-omit-processes): Use use-region-p.
(proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
(proced-sort-start, proced-sort-time, proced-sort-user): Use
proced-sort-interactive.
(proced-sort): Make it a function that performs the actual sort.
(proced-update): New arg revert. Use proced-process-alist,
proced-filter, proced-sort, proced-format, and
proced-grammar-alist. Preserve position of point based on fields.
Make header line and fields clickable.
(proced-send-signal): Use proced-pid-at-point and
proced-process-alist.
(proced-why): Use save-selected-window.
(proced-log): Use buffer-read-only.
2008-09-06 23:05:49 +00:00
Chong Yidong
8158237f5e
* tooltip.el (tooltip-mode): Initialize unconditionally to t.
2008-09-06 21:29:32 +00:00
Chong Yidong
269feb23db
* textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
...
user enters a mouse event in another frame, or a special event.
2008-09-06 20:07:40 +00:00
Glenn Morris
8963159045
(diff-find-source-location): Declare.
...
(find-change-log): If called from a diff buffer, try to switch to the
source buffer (e.g. to respect change-log-default-name there).
2008-09-06 19:38:44 +00:00
Glenn Morris
2ca2ebe6f1
(sh-get-kw): Remove '()' from the list of
...
unallowed characters; added 2006-10-10 without comment. (Bug#753)
2008-09-06 19:01:12 +00:00
Glenn Morris
d61ac83562
(ELCFILES): Update.
2008-09-06 18:22:55 +00:00
Chong Yidong
a5d059649e
* server.el (server-switch-buffer): New arg.
...
(server-execute): If reusing an existing window, set file position
if required.
2008-09-06 17:15:49 +00:00
Kenichi Handa
0fbd94961a
Fix setting of composition-function-table.
2008-09-06 14:20:31 +00:00
Eli Zaretskii
08792c113a
(msdos-show-help): Don't truncate lines while displaying help echo messages.
2008-09-06 12:52:42 +00:00
Martin Rudalics
37fda77e2d
(symbol-file): Fix doc-string.
2008-09-06 10:02:33 +00:00
Glenn Morris
da2cfeef7a
(help-xref-forward-stack): Doc fix.
2008-09-06 02:59:40 +00:00
Glenn Morris
7857802113
Fix typos.
2008-09-06 02:58:12 +00:00
Glenn Morris
dabff07c9e
(change-log-default-name): Autoload safety.
2008-09-06 02:56:33 +00:00
Vinicius Jose Latorre
143c797dc8
Don't clean up a buffer when killing it.
2008-09-06 01:36:27 +00:00
Vinicius Jose Latorre
bc27c677ac
Fix bug#360.
2008-09-06 00:19:31 +00:00
Dan Nicolaescu
7cb1c4d754
* verilog-mode.el (verilog-library-extensions): Enable .sv
...
filename extensions to call verilog-mode.
(verilog-auto, verilog-auto-inst, verilog-faq)
(verilog-submit-bug-report): Update author support URLs.
(verilog-delete-auto, verilog-auto-inout-module)
(verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
creating complemented testbench modules. Suggested by Yishay
Belkind.
(verilog-auto-inst-port, verilog-simplify-range-expression): When
verilog-auto-inst-param-value is set, don't require a
AUTO_TEMPLATE to expand parameter substitutions. Suggested by
Yishay Belkind.
(verilog-auto-inst-param-value): Add safe variable.
(verilog-re-search-forward, verilog-re-search-backward): Fix
returning wrong search results on Emacs 22.1.
(verilog-modi-cache-results, verilog-auto): Fix warning message
about "toggling font-lock-mode."
(verilog-auto): Fix loosing font-lock on errors.
(verilog-auto-inst-param-value, verilog-mode-version)
(verilog-mode-version-date, verilog-read-inst-param-value)
(verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-inst-port, verilog-simplify-range-expression): Allow
parameters to be replaced with their values, on the expansion of
an AUTOINST with Verilog 2001 style parameter settings. Suggested
by David Rogoff.
* verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
Better support for the property statement. Sometimes this keyword
introduces a statement which requires an endproperty keyword, and
sometimes it doesn't, dependening on the work before the property
word. If property is prefixed with assert, assume or cover
keyword, then the statement is ended with a ';' Otherwise,
property is like task or specify, and is followed by some number
of statements, which are ended with an endproperty keyword.
(electric-verilog-tab): Support Emacs 22.2 style handling of tab
in a highlighted region: indent each line in region according to
mode. Supply this so it works in XEmacs and older Emacs.
2008-09-05 22:13:55 +00:00
Chong Yidong
9effaf0a5e
* international/quail.el: Require help-mode.
...
(quail-help-init): Function removed.
(quail-keyboard-layout-button, quail-keyboard-customize-button):
Define directly.
2008-09-05 22:08:26 +00:00
Chong Yidong
80372fd379
* dired.el (dired-get-filename): Rewrite octal escape character
...
processor (bug#885).
2008-09-05 21:16:01 +00:00
Eli Zaretskii
19758b9562
(custom-button-pressed): Default to inverse-video.
2008-09-05 15:08:34 +00:00
Eli Zaretskii
7ced34de28
(msdos-face-setup): Setup faces for all frames, not just for terminal-frame.
2008-09-05 11:27:29 +00:00
Martin Rudalics
7042033274
(window--try-to-split-window): Don't split when window
...
is not splittable in last disjunct. (Bug#888)
2008-09-05 07:12:23 +00:00
Kenichi Handa
d51659522f
Fix setting of composition-function-table.
2008-09-05 01:01:02 +00:00
Juanma Barranquero
0620709145
* net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring.
...
(tramp-parse-connection-properties): Reflow docstring.
2008-09-04 11:45:06 +00:00
Kim F. Storm
922649a9dc
*** empty log message ***
2008-09-04 10:01:17 +00:00
Martin Rudalics
3bfd723a38
(Info-dir-remove-duplicates): Narrow buffer when
...
removing duplicate entries under same heading. Don't skip char
matching anything but a space or tab at bol. (Bug#864)
2008-09-04 08:17:57 +00:00
Alan Mackenzie
b0a27080a1
*** empty log message ***
2008-09-03 21:10:55 +00:00
Stefan Monnier
15c72e1d4a
(completion-pcm--pattern->regex): Undo last change.
...
(completion-pcm--all-completions): Move the case-fold-search binding to
it also applies to completion-regexp-list (used in all-completions).
(completion-pcm--hilit-commonality): Add missing case-fold-search.
2008-09-03 14:09:49 +00:00
Martin Rudalics
25831d661d
(pop-up-frame-function): Move here from window.el to avoid
...
"CHANGED outside Customize;".
2008-09-03 09:17:23 +00:00
Glenn Morris
bf48d4efbb
(buffer-menu-mode-hook): Add obsolete alias.
2008-09-03 04:05:23 +00:00
Chong Yidong
e03a1e54b1
* isearch.el (isearch-highlight-regexp): Fix last change, quoting
...
non-alphabetical characters properly.
2008-09-03 00:01:10 +00:00
Dan Nicolaescu
c3190aad4b
(auto-mode-alist): Use verilog-mode for SystemVerilog files.
2008-09-02 16:10:37 +00:00
Juanma Barranquero
0c5bf94bbd
Fix synch change.
2008-09-02 09:03:10 +00:00
Martin Rudalics
8d676b639a
(calc-dispatch-map): Fix handling of upcased and
...
control-prefixed keys. (Bug #835 )
2008-09-02 08:49:49 +00:00
Miles Bader
9850eff524
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1398
2008-09-02 05:35:54 +00:00
Glenn Morris
9a73a6c9db
(try-face-font): Remove dead alias.
2008-09-02 02:43:52 +00:00
Glenn Morris
c97833f0ee
(c-opt-op-identitier-prefix): Fix typo.
2008-09-02 02:30:38 +00:00
Glenn Morris
69b84f6975
Remove dos line endings from 2008-09-01T08:06:26Z!rudalics@gmx.at.
2008-09-01 21:52:29 +00:00
Glenn Morris
1912f6cf97
(vc-default-previous-version): Move alias here from vc-hooks, and fix
...
name typos. (Bug#856)
2008-09-01 21:47:42 +00:00
Chong Yidong
36f95f7755
* minibuffer.el (completion-pcm--pattern->regex): When
...
completion-ignore-case is non-nil, generate a regexp that ignores
case.
2008-09-01 21:33:51 +00:00
Chong Yidong
f78a284a25
* window.el (recenter-top-bottom): Doc fix.
2008-09-01 17:47:35 +00:00
Chong Yidong
4a94d1185a
* delphi.el: New maintainer.
...
(delphi-interface-types): New var.
(delphi-composite-types): Use it.
(delphi-enclosing-indent-of): Distinguish between "interface"
keyword as a unit separator and used like a class declaration.
2008-09-01 17:24:17 +00:00
Martin Rudalics
32f140f5bb
(describe-face): Use find-lisp-object-file-name instead
...
of describe-simplify-lib-file-name.
2008-09-01 08:06:26 +00:00
Kenichi Handa
73650060a4
(font-show-log): Fix previous change.
2008-09-01 07:17:23 +00:00
Kenichi Handa
a811648f48
*** empty log message ***
2008-09-01 07:11:28 +00:00
Juanma Barranquero
87e204a263
Fix typos.
2008-08-31 14:07:35 +00:00
Chong Yidong
9782a96509
* ido.el: Move provide statement to the end of the file.
2008-08-31 13:56:53 +00:00
Martin Rudalics
787cb9bac9
(linum-mode): `window-size-change-functions' can now be buffer-local.
...
(linum-update-window): Use result of `move-overlay'.
2008-08-31 08:47:03 +00:00
Glenn Morris
af3e2be64a
*** empty log message ***
2008-08-30 22:33:20 +00:00
Glenn Morris
18c08c7e83
(make-variable-frame-local): Tweak obsolescence message.
2008-08-30 22:28:48 +00:00
Glenn Morris
a0b8485f47
(Info-hide-note-references, Info-refill-paragraphs): Doc fixes.
2008-08-30 20:16:47 +00:00
Glenn Morris
9da97cf020
(apropos-command): Report documentation errors, rather than ignoring.
2008-08-30 20:14:11 +00:00
Glenn Morris
dbe6b8bb06
(describe-function-1): Handle broken aliases. (Bug#825)
2008-08-30 03:26:14 +00:00
Chong Yidong
1d9fad13ce
* isearch.el (isearch-highlight-regexp): Fix case of highlighted
...
string.
2008-08-29 19:14:57 +00:00
Eli Zaretskii
2428c57bd1
(mode-line-frame-identification): Fix last change.
2008-08-29 09:02:00 +00:00
Kenichi Handa
94baaf4f7c
*** empty log message ***
2008-08-29 08:02:19 +00:00
Glenn Morris
05e10ad58b
*** empty log message ***
2008-08-29 06:52:17 +00:00
Chong Yidong
de4b26b7c0
* image-mode.el (image-mode): Fix 2008-07-19 change.
2008-08-29 05:13:58 +00:00
Chong Yidong
793fd7146e
* term/x-win.el (x-win-suspend-error): Don't signal error if there are
...
no X frames active.
2008-08-28 21:15:57 +00:00
Michael Albinus
7d50c21c25
*** empty log message ***
2008-08-28 20:41:01 +00:00
Chong Yidong
15e102f6a0
* json.el (json-read-number): New arg. Handle explicitly signed
...
numbers.
(json-readtable): Add `+' and `.'.
2008-08-28 20:18:56 +00:00
Eli Zaretskii
2360864055
(msdos-previous-message): New variable.
...
(msdos-show-help): New function.
(msdos-initialize-window-system): Set show-help-function to msdos-show-help.
2008-08-28 20:05:54 +00:00
Chong Yidong
f50f0aa2ea
* emacs-lisp/debug.el (debug): When killing a noninteractive
...
Emacs, give an exit status of -1.
2008-08-28 18:09:45 +00:00
Chong Yidong
08545d0865
* vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
2008-08-28 17:45:27 +00:00
Teodor Zlatanov
829e102dd0
*** empty log message ***
2008-08-27 20:49:02 +00:00
Chong Yidong
e69a192167
* vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is not
...
the same as the last modification time, fall back on the
backend-specific check.
2008-08-27 20:38:53 +00:00
Teodor Zlatanov
5d25baef6d
(change-log-next-error): Run an extra `find-file' to
...
go to the position of interest.
2008-08-27 18:29:44 +00:00
Chong Yidong
46b3318051
* textmodes/artist.el (artist-mode-init): Added comment on the
...
setting up of the `artist-replacement-table' array.
(artist-get-replacement-char): New defsubst.
(artist-get-char-at-xy-conv, artist-replace-char)
(artist-replace-chars, artist-replace-string): Use it instead of
accessing `artist-replacement-table' directly.
Reported by Rubén Berenguel <ruben@maia.ub.es>.
(artist-mt): Fixed structures for cut and copy operations.
2008-08-27 17:23:05 +00:00
Chong Yidong
7035a02dd4
* comint.el (comint-dynamic-list-filename-completions): Quote common
...
substring.
2008-08-27 17:14:22 +00:00
Chong Yidong
fb5fc025c1
* shell.el (shell-file-name-quote-list): Quote `$'.
...
* comint.el (comint-dynamic-complete-as-filename): Generalize last
change to allow quoting of characters before point.
2008-08-27 17:04:13 +00:00
Chong Yidong
a7dadf13ed
* comint.el (comint-dynamic-complete-as-filename): If case is ignored
...
while matching, replace the entire filename with completion.
2008-08-26 23:46:39 +00:00
Chong Yidong
586dde8097
* textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
...
flyspell-pre-point is valid to avoid signalling an error in
post-command-hook.
2008-08-26 23:00:18 +00:00
Chong Yidong
4b4f3f827d
* linum.el (linum): Inherit remaining face attributes from default face.
...
(linum-delay): Disable - it should no longer be necessary, and can
lead to longer delays.
(linum-update-window): Renumber if margin width has changed.
2008-08-26 20:49:52 +00:00
Juanma Barranquero
d36b11e229
Fix typos (sync from the trunk).
...
* facemenu.el (facemenu-unlisted-faces): Fix obsolescence declaration.
* hi-lock.el (hi-lock-mode): Fix typo in docstring.
* icomplete.el (icomplete-compute-delay, icomplete-get-keys): Doc fixes.
(icomplete-delay-completions-threshold): Fix typo in docstring.
* speedbar.el (speedbar-stealthy-function-list)
(speedbar-verbosity-level, speedbar-supported-extension-expressions)
(speedbar-update-current-file, speedbar-add-indicator)
(speedbar-tag-expand): Reflow docstrings.
(speedbar-use-imenu-flag, speedbar-use-tool-tips-flag)
(speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
(speedbar-file-regexp, speedbar-message, speedbar-item-info)
(speedbar-files-item-info, speedbar-fetch-replacement-function)
(speedbar-maybe-add-localized-support)
(speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
(speedbar-extract-one-symbol, speedbar-recenter-to-top)
(speedbar-recenter, speedbar-separator-face): Fix typos in docstrings.
(speedbar-ignored-directory-expressions, speedbar-handle-delete-frame)
(speedbar-show-info-under-mouse, speedbar-directory-buttons)
(speedbar-check-vc-this-line, speedbar-files-line-directory)
(speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
(speedbar-buffers-line-directory): Doc fixes.
* tool-bar.el (tool-bar-add-item): Fix typo in docstring.
* emacs-lisp/edebug.el (edebug-unwrap*, edebug-signal)
(edebug-restore-status): Doc fixes.
(edebug-gensym, edebug-top-level-nonstop, edebug-eval-display)
(edebug-eval-result-list, edebug-eval-redisplay, edebug)
(edebug-trace): Fix typos in docstrings.
* emulation/tpu-edt.el (tpu-match-beginning, tpu-match-end)
(tpu-check-match, tpu-goto-breadcrumb, tpu-reset-screen-size)
(tpu-toggle-overwrite-mode, tpu-include, tpu-get, tpu-what-line)
(tpu-insert-escape, tpu-insert-formfeed, tpu-end-define-macro-key)
(tpu-check-search-case, tpu-select, tpu-unselect, tpu-trim-line-ends)
(tpu-toggle-control-keys): Fix typos in docstrings.
(tpu-kill-buffer): Doc fix.
(tpu-make-file-buffer-list, tpu-toggle-regexp, tpu-cut)
(tpu-append-region, tpu-delete-current-char, tpu-emacs-replace):
Reflow docstrings.
* eshell/em-smart.el (eshell-review-quick-commands): Doc fix.
* eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
* play/solitaire.el (solitaire, solitaire-mode-map, solitaire-mode-hook)
(solitaire-mode, solitaire, solitaire-solve): Fix typos in docstrings.
* progmodes/gdb-ui.el (gdb-source-info): Fix typo in docstring.
* progmodes/python.el (python-comment-line-p, python-blank-line-p)
(python-skip-out): Doc fixes.
2008-08-26 11:02:51 +00:00
Glenn Morris
19b1a5bc07
(calendar-holidays): Doc fix.
2008-08-26 05:39:53 +00:00
Daiki Ueno
a648af17d1
(epa--key-widget-action): Save the selected window to
...
make `widget-button-click-moves-point' work. (Bug#733).
2008-08-26 03:11:45 +00:00
Glenn Morris
69a8e9bb8a
Typo.
2008-08-26 03:05:04 +00:00
Glenn Morris
717558078c
*** empty log message ***
2008-08-26 02:54:26 +00:00
Eli Zaretskii
fa5cde3676
(mode-line-frame-control): New function, caters to pc'
`window system''.
...
(mode-line-frame-identification): Use it instead of accessing window-system
directly.
2008-08-25 21:51:40 +00:00
Jay Belanger
518e6a1541
Replace missing exponent.
2008-08-25 20:55:05 +00:00
Juri Linkov
4603452cbc
(text-mode-map): Unbind "\es" from center-line' and "\eS" from
center-paragraph'.
...
(facemenu-keymap): Bind "\es" to `center-line' and "\eS" to `center-paragraph'.
2008-08-25 20:32:15 +00:00
Ulf Jasper
3657ec4a6c
*** empty log message ***
2008-08-25 17:40:49 +00:00
Dan Nicolaescu
9c6c6d1fed
(vc-dir-marked-only-files-and-states):
...
(vc-dir-child-files-and-states): Reverse the list before returning it.
2008-08-25 15:14:52 +00:00
Michael Albinus
736215fd6c
* net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
2008-08-24 20:16:15 +00:00
Romain Francoise
e827fd3d08
(run-python): Remove '' from sys.path.
2008-08-24 19:47:23 +00:00
Romain Francoise
75adb00dcf
(run-python): Remove '' from sys.path.
2008-08-24 19:47:07 +00:00
Glenn Morris
cd9b5d3e51
(fortran-tab-mode-string, fortran-comment-line-start)
...
(fortran-continuation-string): Doc fixes.
2008-08-23 23:22:22 +00:00
Glenn Morris
556488d7c0
*** empty log message ***
2008-08-23 18:52:28 +00:00
Eli Zaretskii
345b17bb32
(msdos-setup-keyboard) <msdos-setup-keyboard>: Add declare-function.
2008-08-23 17:28:57 +00:00
Eli Zaretskii
293a3986b8
*** empty log message ***
2008-08-23 17:07:57 +00:00
Dan Nicolaescu
4714a48169
(vc-dir-prepare-status-buffer): Make sure we use a
...
directory name.
2008-08-23 16:57:13 +00:00
Nick Roberts
631582299f
*** empty log message ***
2008-08-23 15:45:27 +00:00
Martin Rudalics
85a3be1535
(dired-buffer-stale-p): Do not revert buffer that can be written.
2008-08-23 08:03:25 +00:00
Glenn Morris
70ee5ed100
(dired-guess-shell-alist-default): Add .mp3 and .ogg.
...
(dired-guess-shell-alist-user): Doc fix. (Bug#417).
2008-08-23 03:16:58 +00:00
Chong Yidong
77eda496ae
* subr.el (temp-buffer-show-hook): Doc fix.
2008-08-23 03:02:15 +00:00
Chong Yidong
8dbff597e6
* subr.el (temp-buffer-show-hook): Doc fix.
2008-08-23 03:00:29 +00:00
Michael Albinus
2bfec7a012
*** empty log message ***
2008-08-22 19:33:09 +00:00
Juanma Barranquero
49c6f3d485
Fix typos.
2008-08-21 22:54:48 +00:00
Chong Yidong
d7fa495a10
* minibuffer.el (completion--try-word-completion): Disable
...
partial-completion when considering the addition of a space or hyphen.
2008-08-21 17:28:35 +00:00
John Paul Wallington
e63d915d4f
*** empty log message ***
2008-08-21 12:31:50 +00:00
Daiki Ueno
7c0ffa6da6
(epg-make-context, epg-context-set-passphrase-callback)
...
(epg-context-set-progress-callback): Make sure the callback is a
cons of a function and a handback. Update all callers.
2008-08-21 03:45:14 +00:00
Adrian Robert
795d93585c
* term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
2008-08-21 02:31:45 +00:00
Chong Yidong
b74dc575a7
Revert last change.
2008-08-20 22:48:55 +00:00
Chong Yidong
c5edc28f43
* wdired.el (wdired-old-auto-revert-mode): New var.
...
(wdired-change-to-wdired-mode): Turn off auto-revert-mode.
(wdired-change-to-dired-mode): Turn auto-revert-mode on if it used to
be on.
2008-08-20 22:41:28 +00:00
Chong Yidong
c49bd3f70e
* textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
...
directive lines.
2008-08-20 22:22:37 +00:00
Michael Albinus
f7a17e30c8
* net/xesam.el (xesam-highlight-string): Precise doc string.
...
(xesam-highlight-buffer): New defun.
(xesam-refresh-entry): Use it. Better check for sourceModified.
2008-08-20 20:08:50 +00:00
Chong Yidong
edfbf712e5
* edmacro.el (edmacro-parse-keys): Catch events with spaces in their
...
names.
2008-08-19 21:44:48 +00:00
Kenichi Handa
86d21abc87
*** empty log message ***
2008-08-19 07:50:37 +00:00
Chong Yidong
a1d54bff2f
* minibuffer.el (completion-table-dynamic): Doc fix.
2008-08-19 04:34:43 +00:00
Chong Yidong
ca40134198
* cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
...
saved.
2008-08-19 01:48:39 +00:00
Chong Yidong
aa0585b0c2
* emulation/edt.el (edt-default-emulation-setup): Share
...
global-buffers-menu-map with the emulated global map.
2008-08-18 19:09:07 +00:00
Chong Yidong
d2984d996c
* emulation/edt.el (edt-default-emulation-setup): Share
...
global-buffers-menu-map with the emulated global map.
2008-08-18 19:07:45 +00:00
Adrian Robert
6742a9d2af
Uncomment 'put backspace ascii-character...' and friends, they are needed for tramp.
2008-08-18 15:04:37 +00:00
Kenichi Handa
4ab088c087
(font-show-log): Add optional arg N to control the limit of font
...
listing.
2008-08-18 12:04:35 +00:00
Chong Yidong
0444738fa2
* window.el (recenter-top-bottom): Determine top and bottom
...
positions using scroll-margin instead of scroll-conservatively.
2008-08-18 03:45:54 +00:00
Roland Winkler
91181f91a6
proced.el (proced-send-signal): Use beginning-of-line.
2008-08-18 01:01:59 +00:00
Roland Winkler
9f583d141f
(proced-signal-list): Add POSIX 1003.1-2001 signals.
...
(proced-mode-map): Add tooltips for menus. Use radio buttons for
listing types.
(proced-log-buffer): New variable.
(proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate
on region if transient-mark-mode is turned on and the region is
active.
(proced-omit-processes): Renamed from proced-hide-processes to
avoid key clash with describe-mode (bound to h). Search for
marked processes starting from point-min.
(proced-header-space): Removed.
(proced-send-signal): Handle errors. Operate on current process
if no process is marked.
(proced-why): New command.
(proced-log, proced-log-summary): New functions.
(proced-help): Use proced-why.
2008-08-18 00:47:12 +00:00
Michael Albinus
96038f8157
* net/xesam.el (xesam-vendor, xesam-notify-function): New local
...
variables.
(xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
(xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
(xesam-new-search): Initialize `xesam-vendor'.
2008-08-17 20:03:05 +00:00
Chong Yidong
a21348cbe4
* textmodes/flyspell.el (flyspell-word): Revert last change.
2008-08-16 16:51:58 +00:00
Glenn Morris
b7e9b5b0c8
(eshell-ls-files): List one per line in a pipeline, unless at the end
...
of the pipeline. (Bug#699).
2008-08-15 06:55:43 +00:00
Glenn Morris
4aa8cbfb16
(eshell-ls-files): List one per line in a pipeline. (Bug#699)
2008-08-15 06:52:34 +00:00
Chong Yidong
36a6ddcd84
* simple.el (choose-completion): Try reselecting
...
completion-reference-buffer.
2008-08-15 00:30:21 +00:00
Chong Yidong
14d2d39965
* minibuffer.el (display-completion-list): Revert last change.
...
Only default base-size to zero if completing in the minibuffer.
* emacs-lisp/lisp.el (lisp-complete-symbol): Revert last change.
2008-08-15 00:11:17 +00:00
Chong Yidong
42e2427ae3
* minibuffer.el (completion-boundaries): Doc fix.
...
(display-completion-list): New arg BASE-SIZE, to specify an
overriding base-size.
* simple.el (completion-base-size): Doc fix.
* emacs-lisp/lisp.el (lisp-complete-symbol): Supply match-size to
display-completion-list.
2008-08-14 23:43:53 +00:00
Michael Albinus
4d3d4310d8
* vc-dispatcher.el (vc-do-command): Let asynchronous processes run
...
also for remote directories.
2008-08-14 19:28:44 +00:00
Stefan Monnier
59c7bf4d7b
(easy-menu-add): Don't precompute keybindings
...
since those precomputed values aren't used any more.
(easy-menu-precalculate-equivalent-keybindings): Obsolete.
2008-08-14 17:42:21 +00:00
Martin Rudalics
eff2642489
(with-help-window): Return last value in BODY.
2008-08-14 05:51:24 +00:00
Michael Albinus
c7041c350e
* net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
...
notify function of the URL.
(xesam-new-search): Encode special characters in the query string.
2008-08-14 05:03:18 +00:00
Chong Yidong
92de1dcc48
* term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
2008-08-13 23:39:51 +00:00
Andreas Schwab
f34db3167f
(tramp-handle-shell-command): Handle output going
...
to current buffer like shell-command. Don't disable undo.
2008-08-13 19:33:36 +00:00
Andreas Schwab
5d2ebd96ec
(tramp-handle-shell-command): Correctly handle
...
output going to current buffer. Don't disable undo.
2008-08-13 19:09:10 +00:00
Glenn Morris
c1043701f6
(eshell/which): Handle the case where no description is found.
2008-08-13 03:12:49 +00:00
Glenn Morris
6ad38dc0ac
(sync from trunk 2008-01-25)
...
Martin Rudalics <rudalics at gmx.at>
(find-library): Wrap search for library name in condition-case to
avoid reporting a scan-error. (Bug#563)
2008-08-13 03:07:55 +00:00
Juanma Barranquero
5ef52f40c5
Backport trivial fixes from the trunk.
...
* desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
* play/solitaire.el (solitaire-solve): Err out if the solitaire
is already in progress.
2008-08-12 22:23:30 +00:00
Alan Mackenzie
7de39cb377
*** empty log message ***
2008-08-12 19:55:45 +00:00
Chong Yidong
a0f3a5f4c0
* simple.el (visual-line--saved-state): New var.
...
(visual-line-mode): Save local values of variables, and restore
them when visual-line-mode is disabled.
2008-08-12 19:38:05 +00:00
Chong Yidong
5e678cd1de
* net/ldap.el (ldap-search-internal): Tweak URL regexp.
2008-08-12 18:36:03 +00:00
Chong Yidong
9b550c3235
* net/ldap.el (ldap-search-internal): Tweak URL regexp.
2008-08-12 18:35:06 +00:00
Chong Yidong
6af4083913
* progmodes/cc-defs.el (c-emacs-features): Check
...
beginning-of-defun-raw instead of beginning-of-defun, and avoid
moving point during the test.
* emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
2008-08-11 21:37:52 +00:00
Dan Nicolaescu
ac303f93d5
*** empty log message ***
2008-08-11 16:02:25 +00:00
Glenn Morris
ba0c843d85
(x-parse-geometry): Doc fix.
2008-08-11 01:24:31 +00:00
Glenn Morris
f2d9c15f59
Add declarations for builds without X.
2008-08-11 01:23:07 +00:00
Glenn Morris
00eade1a6d
*** empty log message ***
2008-08-11 00:54:34 +00:00
Glenn Morris
7b765ee622
(increment-calendar-month): Optionally handle systems without 12
...
months per year (sync from trunk 2008-03-31; needed for above
holiday-bahai fix).
2008-08-10 20:29:42 +00:00
Glenn Morris
864657b9fe
Fix typo.
2008-08-10 20:15:42 +00:00
Glenn Morris
9b38c5e226
(f90-beginning-of-subprogram, f90-end-of-subprogram): Only give a
...
message when interactive (sync from trunk 2008-06-12).
2008-08-10 20:11:33 +00:00
Dan Nicolaescu
d3c24c25b3
(vc-bzr-find-revision): Rename from
...
vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
2008-08-10 19:48:57 +00:00
Michael Albinus
3cf235ebe6
* net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
...
(xesam-refresh-entry): Add Debbugs handling. Insert a widget
"DONE", when all hits are retrieved.
(xesam-search): autoload it.
2008-08-10 19:36:12 +00:00