Stefan Monnier
4eebd7fe04
(define-abbrev-table): Record the variable definition.
2007-11-09 16:07:18 +00:00
Stefan Monnier
b7c76a30f9
(byte-compile-file-form-define-abbrev-table): New function.
2007-11-09 15:57:46 +00:00
Vinicius Jose Latorre
d54ad49647
Clean the code for checking suitable Emacs version.
2007-11-09 15:34:03 +00:00
Vinicius Jose Latorre
4a6789f7cd
If ps-lpr-switches is not a list, force it to be one.
2007-11-09 15:23:07 +00:00
Simon Josefsson
7b63c0738c
Fix last commit.
2007-11-09 13:06:05 +00:00
Juanma Barranquero
d355b27085
(enable-local-variables): Doc fix.
2007-11-09 10:40:32 +00:00
Juanma Barranquero
ed4a1ce4b5
Fix last change (synch from the EMACS_22_BASE branch).
2007-11-09 10:28:14 +00:00
Miles Bader
4d8a28ecb8
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-924
2007-11-09 09:46:02 +00:00
Miles Bader
c12ecb0af9
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
2007-11-09 09:45:30 +00:00
YAMAMOTO Mitsuharu
9d2185d10e
(face-normalize-spec): Remove function.
...
(frame-set-background-mode): Undo last change.
2007-11-09 08:45:13 +00:00
Dan Nicolaescu
e83d1fe875
* ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
...
(ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
(ediff-current-diff-A, ediff-current-diff-B)
(ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
(ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
(ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
(ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
(ediff-odd-diff-Ancestor, ediff-reset-mouse):
* ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
(ediff-setup-windows-plain-merge)
(ediff-setup-windows-plain-compare, ediff-setup-control-frame)
(ediff-refresh-control-frame, ediff-get-visible-buffer-window):
* ediff-util.el (ediff-setup-keymap, )
(ediff-toggle-wide-display, ediff-toggle-multiframe)
(ediff-toggle-use-toolbar, ediff-really-quit)
(ediff-good-frame-under-mouse)
(ediff-highlight-diff-in-one-buffer)
(ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
(ediff-make-bullet-proof-overlay):
* ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
(ediff-set-meta-overlay):
* ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
* ediff.el (ediff-documentation): Replace ediff-xemacs-p and
ediff-emacs-p with their former definitions.
* emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
(viper-has-face-support-p, viper-inactivate-input-method)
(viper-activate-input-method)
(viper-use-replace-region-delimiters, viper-restore-cursor-type):
* emulation/viper-mous.el (viper-multiclick-timeout)
(viper-surrounding-word, viper-mouse-click-insert-word)
(viper-mouse-click-search-word, viper-parse-mouse-key):
* emulation/viper-macs.el (viper-char-array-to-macro):
* emulation/viper.el (viper-go-away, viper-set-hooks)
(viper-non-hook-settings):
* emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
(viper-get-saved-cursor-color-in-insert-mode)
(viper-get-saved-cursor-color-in-emacs-mode)
(viper-check-version, viper-get-visible-buffer-window)
(viper-file-checked-in-p, viper-set-replace-overlay)
(viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
(viper-check-minibuffer-overlay, viper-read-key-sequence)
(viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
with their former definitions.
(viper-eventify-list-xemacs): Only do work for XEmacs.
(viper-set-unread-command-events): Only do work for Emacs.
(viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
(viper-move-overlay, viper-overlay-start, viper-overlay-end)
(viper-overlay-get, viper-overlay-put, viper-read-event)
(viper-characterp, viper-int-to-char, viper-get-face)
(viper-color-defined-p, viper-iconify): New defaliases replacing
the old fsets.
* progmodes/fortran.el (comment-region-function)
(uncomment-region-function): Pacify byte compiler.
* vc.el (vc-diff-internal): Remove code for an old version of
gnus.
2007-11-09 05:20:57 +00:00
Juanma Barranquero
3f2623c377
(enable-local-variables): Doc fix.
2007-11-09 03:19:27 +00:00
Michael Albinus
67932d9460
* net/tramp.el (tramp-maybe-open-connection): Use a local copy of
...
`process-environment'.
2007-11-08 20:15:25 +00:00
Vinicius Jose Latorre
f71ee9c1b3
Change regexp to match dir like 'a...b'
2007-11-08 17:14:46 +00:00
Vinicius Jose Latorre
661192e6b7
Change regexp to match dir like 'a...b'
2007-11-08 17:12:37 +00:00
Stefan Monnier
f56f00fa57
(smerge-refine-subst): Pass "-d" to diff.
2007-11-08 16:58:07 +00:00
Simon Josefsson
2cddada065
Fix last commit.
2007-11-08 13:20:11 +00:00
Michael Albinus
b08104a01d
* net/tramp.el (tramp-handle-substitute-in-file-name): Don't
...
expand the remote connection identification.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
before calling stty.
* net/tramp-cache.el (tramp-cache-print)
(tramp-dump-connection-properties): Fix docstring.
(tramp-list-connections): Renamed from
`tramp-cache-list-connections'.
* net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
* net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
remote connection identification when setting connection property.
* net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
"//" substitutes only in the local filename part.
2007-11-07 20:41:15 +00:00
Glenn Morris
f117c226d0
Comment.
2007-11-07 04:00:02 +00:00
Glenn Morris
53afc6860d
David Hansen <david.hansen at gmx.net>
...
(eshell-extended-glob): Sort matches.
2007-11-07 03:57:06 +00:00
Glenn Morris
c74e901d7f
(tpu-map-key): Use unless rather than cond.
...
Remove superfluous concats. Move final set-buffer to non-emacs-specific code.
2007-11-07 03:46:22 +00:00
Glenn Morris
6ffadbb8c3
Rob Riepel <riepel at networking.stanford.edu>
...
(tpu-map-key): Remove un-needed cond branch.
2007-11-07 03:39:19 +00:00
Glenn Morris
dafac6f36e
Johan Bockg� <bojohan at gnu.org>
...
(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.
2007-11-07 03:34:45 +00:00
Glenn Morris
d3204296ed
Johan Bockg� <bojohan at gnu.org>
...
(eshell-output-filter): Use `with-current-buffer'.
2007-11-07 03:33:56 +00:00
Glenn Morris
1b3f94df29
Johan Bockg� <bojohan at gnu.org>
...
(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.
2007-11-07 03:33:16 +00:00
Glenn Morris
3b32d9a56a
Johan Bockg� <bojohan at gnu.org>
...
(eshell-output-filter): Use `with-current-buffer'.
2007-11-07 03:32:41 +00:00
Andreas Schwab
1d515b422c
(server-start): Only register cleanup after server was
...
started.
2007-11-07 00:27:13 +00:00
Michael Albinus
726f027253
* net/tramp.el (top): Don't autoload `tramp-cache-print'.
...
* net/tramp-cache (tramp-cache-print): Move down.
(tramp-cache-list-connections): New defun.
* net/tramp-cmds.el (tramp-cleanup-connection): Use it.
2007-11-06 21:17:36 +00:00
Juanma Barranquero
77e8123225
*** empty log message ***
2007-11-06 12:32:16 +00:00
Juanma Barranquero
edcc53d147
(ido-save-history): Write the history file in the current filename
...
coding system, and add `coding' file-local variable.
2007-11-06 12:25:06 +00:00
Juanma Barranquero
b572936741
*** empty log message ***
2007-11-06 11:23:36 +00:00
Carsten Dominik
8635fef07a
* textmodes/org.el (org-table-formula-substitute-names): Removed
...
forgotten temporary debugging code.
2007-11-06 07:00:47 +00:00
Carsten Dominik
dfdaf4ee53
*** empty log message ***
2007-11-06 07:00:22 +00:00
Michael Albinus
bdbeca7b20
* tramp.el (tramp-wait-for-output): Ignore escape sequences in the
...
prompt.
2007-11-05 20:52:29 +00:00
Simon Josefsson
dbcd6179d3
Fix last commit.
2007-11-05 15:04:15 +00:00
Thien-Thi Nguyen
59d976238c
(wdired-use-dired-vertical-movement): Doc fix.
2007-11-05 11:51:33 +00:00
Simon Josefsson
45374a1579
net/tls.el (tls-end-of-info): Doc fix.
2007-11-05 10:26:16 +00:00
Thien-Thi Nguyen
f081513799
*** empty log message ***
2007-11-05 09:06:25 +00:00
Kenichi Handa
543a1ac421
*** empty log message ***
2007-11-05 06:59:31 +00:00
Kenichi Handa
d8804610d0
(utf-7-imap): New coding system.
...
(utf-7-imap-post-read-conversion): New function.
(utf-7-imap-pre-write-conversion): New function.
2007-11-05 06:44:32 +00:00
Nick Roberts
c91d7cbb08
(gud-gdb): Remove vestigial gdba doc and code.
2007-11-05 06:40:26 +00:00
Nick Roberts
146836787a
*** empty log message ***
2007-11-05 06:38:48 +00:00
Stefan Monnier
e486b005a9
(abbrev--write): Fix up typo.
2007-11-05 04:28:32 +00:00
Juanma Barranquero
f57a951212
(define-abbrev-table): Doc fix.
2007-11-04 23:01:15 +00:00
Thien-Thi Nguyen
e56f84d730
(Info-revert-buffer-function): New func.
...
(Info-mode): Arrange to use it for reverting.
2007-11-04 12:01:35 +00:00
Stefan Monnier
1449012d63
(expand-abbrev): Move point back to expansion's end.
2007-11-04 02:57:52 +00:00
Glenn Morris
cd6db47c64
Don't require rx when compiling.
...
(tls-end-of-info): Rewrite without using rx.
(open-tls-stream)): Use with-current-buffer.
2007-11-04 01:26:09 +00:00
Glenn Morris
59c95dc2de
Riccardo Murri <riccardo.murri at gmail.com>
...
Require rx when compiling.
(tls-end-of-info): New variable.
(open-tls-stream): Keep reading input until `tls-end-of-info' is matched.
2007-11-04 01:22:45 +00:00
Glenn Morris
7c9008ce0c
Riccardo Murri <riccardo.murri at gmail.com>
...
Require rx when compiling.
(tls-end-of-info): New variable.
(open-tls-stream): Keep reading input until `tls-end-of-info' is matched.
2007-11-04 01:18:24 +00:00
Thien-Thi Nguyen
c81f72cebe
(append-to-register, prepend-to-register):
...
Don't signal error on empty register; use the text, instead.
2007-11-03 21:02:35 +00:00