Richard M. Stallman
d143e2a56f
Whitespace change.
2007-07-13 23:38:31 +00:00
Karl Fogel
488eebbd19
* NEWS: Update for recent bookmark keybinding changes.
2007-07-13 23:20:21 +00:00
Eli Zaretskii
564a3032f9
(install-lisp-SH, install-lisp-CMD): New targets.
...
(install): Use them to copy all *.el files before *.elc.
2007-07-13 20:23:12 +00:00
Eli Zaretskii
3fc750390c
($(infodir)/emacs-mime): Use --enable-encoding.
2007-07-13 19:47:02 +00:00
Eli Zaretskii
1342bb6b64
(../info/emacs-mime): Use --enable-encoding.
2007-07-13 19:45:55 +00:00
Eli Zaretskii
a5b18336b6
Add @documentencoding directive.
2007-07-13 19:44:45 +00:00
Karl Fogel
241ab2b5f9
* bookmark.el (bookmark-jump-other-window): New function.
...
(bookmark-map): Bind it to "o".
Patch by Drew Adams <drew.adams{_AT_}oracle.com>. See
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html .
2007-07-13 18:20:55 +00:00
Karl Fogel
d14c45f7aa
* bookmark.el: Shorten some comments to fit within 80 lines.
2007-07-13 18:18:04 +00:00
Karl Fogel
e4f6f302a5
* bookmark.el: Don't define bookmark keys under the "C-xr" map;
...
instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
Adams <drew.adams{_AT_}oracle.com>, mildly tweaked by me. See
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html .
2007-07-13 18:16:17 +00:00
Carsten Dominik
8ca3a1ea84
Move to end of line if in headline without
...
tags.
2007-07-13 16:08:46 +00:00
Carsten Dominik
1bedaec120
*** empty log message ***
2007-07-13 16:08:21 +00:00
Carsten Dominik
fecda3e831
*** empty log message ***
2007-07-13 13:15:05 +00:00
Carsten Dominik
1e8fbb6d6d
Bug fixes.
2007-07-13 13:14:11 +00:00
Carsten Dominik
d72dd6bc46
*** empty log message ***
2007-07-13 13:13:55 +00:00
Stefan Monnier
e5162bc170
Remove spurious * in docstrings.
...
(vc-handled-backends): Add BZR.
2007-07-13 04:49:30 +00:00
Stefan Monnier
fc8b8d0fb5
(vc-find-file-hook): Use with-demoted-errors.
2007-07-13 04:46:37 +00:00
Stefan Monnier
be436d23c7
(init_eval_once): Bump max_lisp_eval_depth to 400.
2007-07-13 01:06:36 +00:00
Nick Roberts
aed1e85923
(Starting GUD): Add xref to this anchor.
2007-07-12 23:56:37 +00:00
Nick Roberts
6108a728e4
(Remote processes): Add an anchor to the subsection
...
"Running a debugger on a remote host".
2007-07-12 23:55:04 +00:00
Nick Roberts
49cc054dd9
*** empty log message ***
2007-07-12 23:53:28 +00:00
Juanma Barranquero
9e29c91ca3
(desktop-buffer-info, desktop-save): Use desktop-dirname' instead of dirname'.
2007-07-12 22:40:00 +00:00
Michael Albinus
9c0a6042d2
* tramp.texi (Remote processes): Don't call it "experimental" any
...
longer. Add subsection about running a debugger on a remote host.
2007-07-12 21:13:06 +00:00
Stefan Monnier
60f0fb11dd
(struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,
...
tick, update_tick, decoding_carryover, inherit_coding_system_flag,
filter_multibyte, adaptive_read_buffering, read_output_delay, and
read_output_skip from Lisp_Objects to ints. Remove unused
encoding_carryover.
2007-07-12 06:36:57 +00:00
Stefan Monnier
d1947d4c8f
(which-func-modes): Add `python-mode'.
2007-07-12 04:37:06 +00:00
Stefan Monnier
4f7a582baa
(python-which-func-length-limit): New var.
...
(python-which-func): New function.
(python-current-defun): Add optional `length-limit' and try to fit
computed function name to that length.
(python-mode): Hook `python-which-func' up.
2007-07-12 04:36:48 +00:00
Stefan Monnier
8b95713993
(pcomplete-entries): Obey pcomplete-ignore-case.
2007-07-12 04:15:55 +00:00
Stefan Monnier
c788d36681
(comint-dynamic-complete-as-filename,comint-dynamic-list-filename-completions):
...
Use read-file-name-completion-ignore-case.
2007-07-12 04:14:48 +00:00
Stefan Monnier
2346acf6ba
Require CL.
...
(vc-cvs-revision-table, vc-cvs-revision-completion-table):
New functions to provide completion of revision names.
2007-07-12 03:13:37 +00:00
Stefan Monnier
98ad325cb3
(vc-functions): Clear up the cache when reloading the file.
...
(vc-cvs-annotate-first-line-re): New const.
(vc-cvs-annotate-process-filter): New fun.
(vc-cvs-annotate-command): Use them and run the command asynchronously.
2007-07-12 03:10:45 +00:00
Stefan Monnier
1bed504abe
(eldoc-last-data): Revise documentation.
...
(eldoc-print-current-symbol-info): Adjust for changed helper
function signatures.
(eldoc-get-fnsym-args-string): Add `args' argument. Use new
`eldoc-highlight-function-argument'.
(eldoc-highlight-function-argument): New function.
(eldoc-get-var-docstring): Format documentation with
`font-lock-variable-name-face'.
(eldoc-docstring-format-sym-doc): Add `face' argument and apply it
where suited.
(eldoc-fnsym-in-current-sexp): Return a list with argument index.
(eldoc-beginning-of-sexp): Return number of skipped sexps.
2007-07-12 01:51:52 +00:00
Richard M. Stallman
d8b180437f
Include unistd.h only if HAVE_UNISTD_H.
2007-07-12 01:41:38 +00:00
Michael Albinus
db8af97395
* progmodes/compile.el (compilation-start): `start-process' must
...
still be redefined when calling `start-process-shell-command'.
* progmodes/gud.el (gud-file-name): When `default-directory' is a
remote file name, prepend its remote part to the filename.
(gud-common-init): When `default-directory' is a remote file name,
make the filename relative to it.
Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
2007-07-11 19:38:21 +00:00
Dan Nicolaescu
82c4728d3b
* vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
...
mouse binding and a tooltip.
* menu-bar.el (vc-menu-map): New defalias.
2007-07-11 18:37:38 +00:00
Stefan Monnier
5bb7dfee82
* lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
...
* fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
from a Lisp_Object into a bare pointer.
(make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
Adjust the code correspondingly.
2007-07-11 15:26:31 +00:00
Stefan Monnier
8991fa8fd3
(emacs_blocked_free): Remove unused var `bytes_used_now'.
2007-07-11 15:23:37 +00:00
Stefan Monnier
1ec5dc773a
Include unistd.h for ttyname, used in handle_one_term_event.
...
(term_show_mouse_face): Remove unused var `j'.
(handle_one_term_event): Remove unused vars `i' and `j'.
Don't cast return value of ttyname since it's not necessary.
2007-07-11 15:22:11 +00:00
Bill Wohler
1a98ebdffb
(mh-display-color-cells): Fix on XEmacs 21.5b28. Thanks to Henrique
...
Martins for the help (closes SF #1749774 ).
2007-07-11 05:58:45 +00:00
Nick Roberts
948d9b97fc
(copyright-current-gpl-version): Set to 3.
2007-07-10 23:30:18 +00:00
Nick Roberts
c636ecc62c
*** empty log message ***
2007-07-10 23:28:04 +00:00
Stefan Monnier
1cd643e793
Load cl-loaddefs.el quietly.
2007-07-10 21:01:20 +00:00
Stefan Monnier
ebaba1bd73
(vc-arch-complete): Remove.
...
(vc-arch-revision-completion-table): Use complete-with-action.
2007-07-10 19:55:12 +00:00
Stefan Monnier
47ccb99329
*** empty log message ***
2007-07-10 19:54:43 +00:00
Michael Albinus
cc213f24d7
* NEWS: Add Tramp and comint-mode changes.
2007-07-10 19:52:37 +00:00
Michael Albinus
4b29e550e6
* comint.el (make-comint, make-comint-in-buffer)
...
(comint-exec-1): Replace `start-process' by `start-file-process'.
* progmodes/compile.el (compilation-start): Revert redefining
`start-process'.
2007-07-10 19:52:11 +00:00
Stefan Monnier
563cfbf7a7
(autoload-generate-file-autoloads): Be careful
...
with EOLs when generating MD5 checksums.
2007-07-10 18:05:36 +00:00
Stefan Monnier
b1b1e473bb
*** empty log message ***
2007-07-10 18:03:43 +00:00
Stefan Monnier
5045e68e70
(mark_maybe_pointer): Enforce mult-of-8 alignment when using
...
USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
2007-07-10 18:00:44 +00:00
Stefan Monnier
7dcef48dd2
Don't change the global map from the follow-mode-map defvar, but from the
...
toplevel. Use easy-menu to unify the Emacs and XEmacs code.
(turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
since `follow-mode' should be used instead for that.
2007-07-10 17:47:32 +00:00
Stefan Monnier
d388336001
(easy-menu-binding): New function.
...
(easy-menu-do-define): Use it.
(easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
2007-07-10 16:35:24 +00:00
Stefan Monnier
813fb3fe82
(compilation-auto-jump-to-first-error,compilation-auto-jump-to-next): New vars.
...
(compilation-auto-jump): New function.
(compilation-error-properties): Use them to jump to first error.
(compilation-start): Set the var if requested.
2007-07-10 16:01:25 +00:00