Juanma Barranquero
819586b27d
(Fsetq): Doc fix.
2007-07-18 11:52:52 +00:00
Juanma Barranquero
533eb34b77
(For, Fand): Doc fixes.
...
Reported by Johan Bockgård.
2007-07-18 11:48:47 +00:00
Juanma Barranquero
9ce1a9c4c5
(Ffind_operation_coding_system): Doc fix.
...
Reported by Johan Bockgård.
2007-07-18 11:47:54 +00:00
Jan Djärv
656de71a2f
Declare x_ewmh_activate_frame
2007-07-18 10:47:04 +00:00
Jan Djärv
b7e33a4397
(x_ewmh_activate_frame): New function.
...
(XTframe_raise_lower): Move code to x_ewmh_activate_frame.
2007-07-18 10:46:38 +00:00
Jan Djärv
457a6b0a07
(Fx_focus_frame): Call x_ewmh_activate_frame
2007-07-18 10:46:25 +00:00
Juanma Barranquero
f0fe4395ad
*** empty log message ***
2007-07-18 09:18:58 +00:00
Juanma Barranquero
8cd3480b06
(follow-mode-hook, follow-mode-off-hook, follow-mode,
...
follow-delete-other-windows-and-split, follow-recenter,
follow-windows-aligned-p, follow-point-visible-all-windows-p, follow-redisplay,
follow-estimate-first-window-start, follow-xemacs-scrollbar-support,
follow-intercept-process-output): Fix typos in docstrings.
2007-07-18 09:01:47 +00:00
Martin Rudalics
3ee9a09c48
(change-log-mode): Use fill-nobreak-predicate to
...
avoid that filling introduces lines with a single asterisk.
2007-07-18 08:55:20 +00:00
Martin Rudalics
59f63e9aa5
(kmacro-end-macro): When ignoring empty macro
...
avoid incorrect kmacro-ring-empty-p messages.
2007-07-18 08:46:42 +00:00
Michael Albinus
41bd52f71d
* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
2007-07-17 21:34:31 +00:00
Michael Albinus
eab01edba9
* files.texi (Magic File Names): Introduce optional parameter
...
IDENTIFICATION for `file-remote-p'.
2007-07-17 21:29:20 +00:00
Michael Albinus
ea382aff15
* tramp.texi: Move @setfilename ../info/tramp up, outside the header
...
section. Reported by <poti@potis.org>.
(Remote processes): Arguments of the program to be debugged are taken
literally.
(Frequently Asked Questions): Simplify recentf example.
2007-07-17 21:16:36 +00:00
Michael Albinus
ce3f516fed
* net/tramp.el (tramp-handle-file-remote-p): Handle optional
...
parameter IDENTIFICATION.
(tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
(tramp-file-name-handler-alist, tramp-file-name-for-operation):
Add entry for `set-file-times'.
(tramp-do-copy-or-rename-file-via-buffer)
(tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
(tramp-handle-unhandled-file-name-directory): Rewrite.
(tramp-convert-file-attributes): Add error handling when inode is
extraordinary big.
(tramp-get-inode): Change parameter from FILE to VEC.
(tramp-handle-start-file-process ): Use (current-buffer) if BUFFER
is NIL. This is according to the specification. Goto (point-max)
when ready.
(tramp-handle-shell-command): Rewrite completely, using
`process-file' and `start-file-process'.
(tramp-methods, tramp-find-shell)
(tramp-open-connection-setup-interactive-shell)
(tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
var. Reported by Steve Youngs <steve@sxemacs.org>.
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
entry for `set-file-times'. Rename `start-process' into
`start-file-process'. Remove `call-process' entry.
(tramp-fish-handle-set-file-times): New defun.
(tramp-fish-handle-executable-find): Use `process-file'.
(tramp-fish-handle-process-file): New defun. Replaces
`tramp-fish-handle-call-process'.
(tramp-fish-do-copy-or-rename-file-directly): Use
`set-file-times'.
(tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
* net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
`tramp-get-inode' parameter.
2007-07-17 21:10:07 +00:00
Michael Albinus
3bd84a2269
* net/ange-ftp.el: (ange-ftp-file-remote-p): Handle optional
...
parameter IDENTIFICATION.
2007-07-17 21:09:12 +00:00
Michael Albinus
05c7c7b162
* progmodes/grep.el (grep-probe): Use `process-file'.
...
(grep-compute-defaults): Handle variables host specific.
2007-07-17 21:08:49 +00:00
Michael Albinus
4e44b31fb8
* recentf.el (recentf-keep-default-predicate): Adapt call of
...
`file-remote-p'.
2007-07-17 21:08:21 +00:00
Michael Albinus
ac25542d33
* files.el (file-remote-p): Introduce optional parameter
...
IDENTIFICATION.
2007-07-17 21:07:49 +00:00
Francesco Potortì
172aa4c11b
* etags.c (C_entries): Reset the fvdef machine when out of function.
...
(PRINT_UNDOCUMENTED_OPTIONS_HELP): #define as FALSE if undefined.
(print_help): Use it in if() rather than #if.
(print_help): Conditionally print help about --no-line-directive.
2007-07-17 15:13:24 +00:00
Francesco Potortì
21b2cdc7de
*** empty log message ***
2007-07-17 15:03:54 +00:00
Francesco Potortì
180f5b99a7
*** empty log message ***
2007-07-17 14:55:40 +00:00
Martin Rudalics
71ec17e682
(Fdisplay_buffer): If largest or LRU window is the
...
only window, split it even if it is not eligible for splitting.
This restores the original behavior broken by the 2007-07-15
change.
2007-07-17 07:27:27 +00:00
Glenn Morris
857cc3fc2c
(abbrev_check_chars): New function.
...
(Fdefine_global_abbrev, Fdefine_mode_abbrev): Call abbrev_check_chars
to check abbrev characters are word constituents. Doc fix.
2007-07-17 07:04:48 +00:00
Glenn Morris
e981804271
*** empty log message ***
2007-07-17 07:04:22 +00:00
Stefan Monnier
e6fca84363
(Fstart_process, Fmake_network_process, read_process_output):
...
Fix up last changes.
2007-07-17 05:57:35 +00:00
Stefan Monnier
8c58e784d8
(vc-bzr-version, vc-bzr-at-least-version, vc-bzr-post-command-function):
...
Remove. Version 0.8 is already old nowadays, and by the time Emacs-23 comes
out, nobody will even remember it has ever existed.
2007-07-17 05:33:17 +00:00
Stefan Monnier
37202eec23
*** empty log message ***
2007-07-17 04:59:27 +00:00
Dan Nicolaescu
9e6da49565
Undo previous change.
2007-07-17 04:47:57 +00:00
Eli Zaretskii
9724908a55
(clean): Don't delete *~.
2007-07-16 22:41:49 +00:00
Eli Zaretskii
b5d2b4abaa
(clean): Don't delete *~.
2007-07-16 22:40:17 +00:00
Eli Zaretskii
a055c27282
(clean): Don't delete *~.
2007-07-16 22:37:26 +00:00
Eli Zaretskii
1eceac2442
(extraclean): Don't delete *~.
2007-07-16 22:36:01 +00:00
Eli Zaretskii
ed7c1a5c95
(bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
...
(cleanall): Don't delete *~.
2007-07-16 22:34:38 +00:00
Stefan Monnier
c25d0edb6e
(tex-verbatim-environments): Add safe-local-variable property.
...
(tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
when starting font-lock rather than when loading tex-mode.el.
2007-07-16 18:38:05 +00:00
Thien-Thi Nguyen
1de49d4e21
(bookmark-maybe-sort-alist): Don't modify bookmark-alist.
...
Instead, if not sorting, simply return it.
(bookmark-bmenu-list): Call bookmark-maybe-sort-alist
for its return value, not for its side effect.
2007-07-16 16:59:58 +00:00
Stefan Monnier
e58914d089
(sh-font-lock-quoted-subshell): Skip over the
...
whole $( rather than just the $. Rename from sh-quoted-subshell.
(sh-font-lock-syntactic-keywords): Adjust call accordingly.
2007-07-16 16:01:04 +00:00
Thien-Thi Nguyen
1499cfbada
(calculate-lisp-indent): In the case of alignment under a constant symbol,
...
find and consider the sexp actually at indentation to be the "last sexp".
2007-07-16 14:59:10 +00:00
Andreas Schwab
413a79ad66
(Fdisplay_buffer): Use NILP.
...
(Fset_window_scroll_bars): Likewise.
2007-07-16 13:22:13 +00:00
Richard M. Stallman
b3709a5323
(mouse-yank-secondary): Better error message if no secondary selection.
2007-07-16 04:42:24 +00:00
Dan Nicolaescu
dbd3d78766
(vc-handled-backends): Move BZR later in the list.
2007-07-16 04:25:51 +00:00
Dan Nicolaescu
2b1070c8f0
(xterm-turn-on-modify-other-keys)
...
(xterm-turn-off-modify-other-keys): New functions.
(terminal-init-xterm): Enable the modifyOtherKeys feature if the
terminal supports it.
2007-07-16 04:05:08 +00:00
Thien-Thi Nguyen
fd5306d288
(bookmark-show-all-annotations):
...
Make sure each inserted annotation ends with newline.
2007-07-16 02:17:28 +00:00
Jason Rumney
5412a7f398
*** empty log message ***
2007-07-15 22:15:38 +00:00
Michael Albinus
abb971c3fa
*** empty log message ***
2007-07-15 20:05:28 +00:00
Juri Linkov
0aeeaa263e
(cua-paste): Before a yank command,
...
check also whether last-command is one of mouse-save-then-kill,
mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
2007-07-15 19:58:18 +00:00
Juri Linkov
195d88f474
(delete-selection-pre-hook): Before a yank command,
...
check also whether last-command is one of mouse-save-then-kill,
mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
2007-07-15 19:55:32 +00:00
Michael Albinus
60f164bdb7
* recentf.el (recentf-keep-default-predicate): New defun.
...
(recentf-keep): Use it as initial value.
2007-07-15 19:55:14 +00:00
Glenn Morris
004b681c64
Jeff Miller <jmiller at cablespeed.com> (tiny change)
...
(calendar-goto-bahai-date): Autoload it.
2007-07-15 19:15:13 +00:00
Glenn Morris
626fc5ee51
Move autoload from previous change to calendar.el.
2007-07-15 19:12:45 +00:00
Karl Berry
7330757379
move Quitting Info node; update Back-Cover Text
2007-07-15 13:19:28 +00:00