1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

93571 Commits

Author SHA1 Message Date
Stefan Monnier
c07ff22119 (Man-completion-table): Don't signal an error if we can't run
manual-program (bug#4056).
2010-02-11 11:00:01 -05:00
Glenn Morris
ac9ffe99b5 * ChangeLog: Spelling fix. 2010-02-10 20:13:39 -08:00
Juanma Barranquero
ac146f8288 Fix typos. 2010-02-11 01:12:47 +01:00
Juanma Barranquero
0e3742470a * textmodes/artist.el (artist-mt): Fix typos in docstring. 2010-02-11 01:02:43 +01:00
Juanma Barranquero
48c2d18a51 Fix typos. 2010-02-11 00:53:28 +01:00
Stefan Monnier
348d1e60a6 (Info-bookmark-jump): Simplify. 2010-02-10 15:04:51 -05:00
Stefan Monnier
dbf8402bc7 (bookmark-handle-bookmark): Catch the right error.
(bookmark-default-handler): Accept new bookmark field `buffer'.
2010-02-10 15:02:54 -05:00
Glenn Morris
2b23acdef6 * ChangeLog: Fix typos. 2010-02-10 09:31:49 -08:00
Jan Djärv
50b51e49a1 Fix for bug#5512, don't rely on SIGIO alone.
* xsmfns.c (x_session_initialize): Move initialization of ice_fd and
doing_interact here.
(ice_connection_closed): New function.
(x_session_check_input, smc_die_CB, ice_io_error_handler)
(ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
(x_session_check_input): Call IceCloseConnection if IceProcessMessages
returns I/O error.
(ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
bug #5512.
2010-02-10 10:31:24 +01:00
Jan Djärv
182659ae3c Fix for bug#5512, don't rely on SIGIO alone.
(x_session_initialize): Move initialization of ice_fd and
doing_interact here.
(ice_connection_closed): New function.
(x_session_check_input, smc_die_CB, ice_io_error_handler)
(ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
(x_session_check_input): Call IceCloseConnection if IceProcessMessages
returns I/O error.
(ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
bug #5512.
2010-02-10 10:29:28 +01:00
Chong Yidong
e6d23bb580 * iswitchb.el (iswitchb-completions): Revert last change. 2010-02-10 04:19:32 -05:00
Michael Albinus
a8e4290b05 * ls-lisp.el (ls-lisp-insert-directory): Wen WILDCARD-REGEXP and
FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.  This
prevents file names like "~/" been listed literally.
2010-02-10 09:46:54 +01:00
Dan Nicolaescu
c59d6fadf7 (xterm-maybe-set-dark-background-mode): Remove
dead code.  (Bug#5546)
2010-02-09 21:33:17 -08:00
Glenn Morris
9be32c4e58 * ChangeLog: Mark tiny change. 2010-02-08 21:43:23 -08:00
Chong Yidong
3a66e78f66 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes correctly (Bug#5548). 2010-02-08 20:58:57 -05:00
Chong Yidong
14a225f9c2 * nsfont.m (nsfont_open): The system's value for the font descent
is negative, so round it down to avoid clipping.
2010-02-08 18:39:01 -05:00
Chong Yidong
f29fd8694c Fix ada-mode handling of number literals.
* progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
(ada-adjust-case): Don't adjust case in hexadecimal number literals.
2010-02-08 18:27:29 -05:00
Glenn Morris
64f3bde257 * buffers.texi: Fix typo in previous. 2010-02-08 09:11:15 -08:00
Glenn Morris
5dbbdd3341 Close bug#5529.
* buffers.texi (Uniquify): Must explicitly load library.  (Bug#5529)
2010-02-07 23:20:58 -08:00
Kenichi Handa
7fad1447ad international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton. 2010-02-08 16:08:18 +09:00
Glenn Morris
50e4518b52 Fix previous change for F2003 interfaces.
* progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
Move F2003 named interfaces from keywords-2 to keywords-1, and
use function-name-face rather than constant-face.
Simplify "abstract interface" regexp.
2010-02-07 12:23:20 -08:00
Chong Yidong
5cb9f67486 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520). 2010-02-07 01:36:17 -05:00
Chong Yidong
a4cc44cf0e Fix to uid/gid format in eshell's ls (Bug#5528).
* eshell/esh-util.el (eshell-file-attributes): New optional arg
ID-FORMAT.  Pass it to `file-attributes'.

* eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2010-02-07 01:23:10 -05:00
Chong Yidong
c917476d6b Fix setting family and foundry in set-face-attribute (Bug#5536).
* faces.el (set-face-attribute): Allow calling
internal-set-lisp-face-attribute with 'unspecified family and
foundry argument (Bug#5536).
2010-02-06 23:14:26 -05:00
Glenn Morris
7cf3f3d6da Handle F2003 named interfaces.
* progmodes/f90.el (f90-font-lock-keywords-2)
(f90-looking-at-type-like, f90-looking-at-program-block-end):
Handle F2003 named interfaces.
2010-02-06 17:41:45 -08:00
Chong Yidong
953d248c55 Credit Vivek Dasmohapatra for suggesting the last change. 2010-02-06 08:29:05 -05:00
Chong Yidong
a2f3eb1962 * charset.c (load_charset_map_from_file)
(load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
instead of xmalloc (Bug#5526).
2010-02-06 08:23:33 -05:00
Chong Yidong
ffe87109ce * progmodes/cc-mode.el (c-common-init): Bind temporary variables
beg and end before calling c-get-state-before-change-functions.
2010-02-06 08:01:43 -05:00
Dan Nicolaescu
4775ecad67 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header. 2010-02-05 20:23:59 -08:00
Juri Linkov
0d17c4b987 * doc-view.el (doc-view-mode):
* image-mode.el (image-mode): Put property mode-class=special.
(Bug#4896)
2010-02-06 00:36:20 +02:00
Mark A. Hershberger
8228a275dd add primative implementation of vc-svn-revision-table 2010-02-05 14:20:17 -05:00
Mark A. Hershberger
7bb8ed679b forgot changelog entry 2010-02-05 14:09:38 -05:00
Mark A. Hershberger
f819af10f8 Use standard format for direntry 2010-02-05 14:05:33 -05:00
Michael Albinus
d9320986e5 * net/ange-ftp.el (ange-ftp-insert-directory):
* net/tramp-imap.el (tramp-imap-handle-insert-directory):
* net/tramp-smb.el (tramp-smb-handle-insert-directory):
Handle also directories.  (Bug#5478)
2010-02-05 12:15:28 +01:00
Glenn Morris
f43d8ecc20 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'. 2010-02-05 00:12:08 -08:00
Chong Yidong
ce3a988d18 Fix 2009-02-20 change to startup.el (Bug#5519).
* startup.el (command-line-1): Convert options beginning with a single dash as well (Bug#5519).
2010-02-04 23:49:36 -05:00
Stefan Monnier
51b23c4486 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
* minibuffer.el (completion-initials-expand): Only check the presence
of delims *within* the boundaries, since otherwise the / delim is
always found for files.
2010-02-04 23:21:11 -05:00
Chong Yidong
3088147c5d Fix for Bug#5526.
* charset.c (load_charset_map_from_file): Allocate large
charset_map_entries structure on the heap rather than the stack.
(Bug#5526).
2010-02-04 22:54:49 -05:00
Stefan Monnier
bdd428996e Fix up various corner case problems.
* doc-view.el (doc-view-last-page-number): New function.
(doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
(doc-view-goto-page): Avoid inf-loops when the conversion fails.
(doc-view-kill-proc): Avoid inf-loop in freak cases.
(doc-view-reconvert-doc): Use the new recursive delete-directory.
(doc-view-convert-current-doc): Don't create the resolution.el file
here any more.
(doc-view-pdf/ps->png): Do it here instead.
(doc-view-already-converted-p): Check that resolution.el is present.
(doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
windows that are not yet showing images.
2010-02-04 20:53:40 -05:00
Alan Mackenzie
dd969a56a5 Change strategy for marking < and > as template delimiters: mark them
strictly in matching pairs.
2010-02-04 21:15:37 +00:00
Michael Albinus
d5b3979c8a * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
`dired-uncache' for every elemnt which is an absolute file name.

* net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
directory, handle its directory component.
(tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
function is called permanently and creates noise, otherwise.

* net/tramp-imap.el (tramp-imap-handle-insert-directory):
* net/tramp-smb.el (tramp-smb-handle-insert-directory):
Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
2010-02-04 17:25:57 +01:00
Glenn Morris
6c594ec63d Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
Glenn Morris
60e552a5d4 * inc/grp.h: Remove execute bit. 2010-02-03 21:17:02 -08:00
David Burger
b003beb193 Close bug#5485.
David Burger  <dburger at google.com>  (tiny change)

* macros.el (apply-macro-to-region-lines): Minor simplification.
2010-02-03 21:14:36 -08:00
Glenn Morris
a03ae20dc6 * mail/rmail.el (rmail-show-message-1): Handle malformed
quoted-printable text.  (Bug#5441)
2010-02-03 21:10:21 -08:00
Glenn Morris
4d01b82745 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix. 2010-02-03 21:05:37 -08:00
Glenn Morris
ea92f9f3e2 * simple.el (visual-line-mode): Capitalize lighter.
See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00088.html
2010-02-03 21:02:56 -08:00
Glenn Morris
4ed1ae2d08 Explain pkreport sort options.
What to do about moderation mistakes.
2010-02-03 20:51:49 -08:00
John Wiegley
82055bb780 iswitchb.el (iswitchb-completions): Add bookmark files to the
list of files considered for "virtual buffer" completions.
2010-02-03 15:47:25 -05:00
Michael Albinus
8214b6e4e7 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
also in case of (and (not full) (not wildcard)). This is needed,
when dired is called with a list of files, which are not in
`default-directory'.  (Bug#5478)
2010-02-03 07:16:34 +01:00