1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

65134 Commits

Author SHA1 Message Date
Chong Yidong
c1fdbde6c8 * subr.el (sit-for): Just sleep-for if noninteractive. 2006-07-18 01:34:48 +00:00
Richard M. Stallman
7c0c29ee35 *** empty log message *** 2006-07-18 00:11:20 +00:00
Richard M. Stallman
36959e5157 Put point and comma inside quotes.
(Textual Scrolling): Use @samp for error message.
2006-07-18 00:09:52 +00:00
Richard M. Stallman
2b9fa4a75e Use real doublequote in menus. 2006-07-18 00:09:02 +00:00
Richard M. Stallman
827b7ee7c2 Put period and comma inside quotes. 2006-07-18 00:08:15 +00:00
Richard M. Stallman
13cad73874 Put period and comma inside quotes.
Use real doublequote in menus.
2006-07-18 00:07:05 +00:00
Stefan Monnier
fb2dd97003 (make-autoload): Use new arg. 2006-07-17 21:27:17 +00:00
Stefan Monnier
d54fbdfd31 (custom-autoload): Add `noset' argument.
(custom-push-theme): Don't autoload the variable, let callers do it.
(custom-theme-set-variables): Autoload the variable if necessary.
2006-07-17 21:26:32 +00:00
Stefan Monnier
e0a0d9fe5c (custom-variable-state-set): If the variable was originally set outside
custom, but to the same value as the default, consider it to be standard.
2006-07-17 21:24:17 +00:00
Stefan Monnier
a6f6840ed8 (mh-loaddefs.el): Finish setting up the default empty
file *before* telling Emacs to add the autoloads, in case it fails.
2006-07-17 21:22:50 +00:00
Richard M. Stallman
7ab56fea8a Comment change. 2006-07-17 21:07:55 +00:00
Richard M. Stallman
05bdf2d724 *** empty log message *** 2006-07-17 21:07:29 +00:00
Stefan Monnier
69c6ad8391 (sh-quoted-subshell): Don't match escaped . Use cond', push', and `dolist'. 2006-07-17 21:07:23 +00:00
Richard M. Stallman
27ddcc192f (Processing of Errors): Add command-error-function. 2006-07-17 21:07:20 +00:00
Richard M. Stallman
04d8c47ded (Vcommand_error_function): New variable.
(syms_of_keyboard): Defvar it.
(cmd_error_internal): Simplify, and handle Vcommand_error_function.
2006-07-17 21:00:58 +00:00
Richard M. Stallman
b9e590fc95 Fix previous change. 2006-07-17 21:00:08 +00:00
Richard M. Stallman
5d12ff0bed (init_display): Mention DISPLAY as well as TERM in err msg. 2006-07-17 20:59:18 +00:00
Richard M. Stallman
7ae038f07e (Grep Searching): Explain about chaining grep commands. 2006-07-17 20:58:27 +00:00
Richard M. Stallman
daeeeffc3f *** empty log message *** 2006-07-17 20:57:24 +00:00
Richard M. Stallman
6a20a6062e (File Local Variables): Clarify that
file local variables make buffer-local bindings.
2006-07-17 20:56:58 +00:00
Richard M. Stallman
90b80b6944 (Syntactic Font Lock): Give default for font-lock-syntax-table. 2006-07-17 20:56:18 +00:00
Richard M. Stallman
f2920ffe8e (tar-superior-buffer, archive-superior-buffer):
Add defvars to silence warnings.
2006-07-17 20:55:07 +00:00
J.D. Smith
aed1976425 Fix menu typo. 2006-07-17 17:10:32 +00:00
Reiner Steib
6232e72d6b Update refcard section. 2006-07-17 15:53:32 +00:00
Reiner Steib
652d420b0f 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
* ru-refcard.ps: Regenerate.

2006-07-17  Alex Ott  <alexott@gmail.com>

	* ru-refcard.tex: Update for Emacs 22.
2006-07-17 15:45:42 +00:00
Kim F. Storm
062e20358f (handle_single_display_spec): Ensure the right value of
it->position is saved by push_it.
(pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
(reseat_1): Don't setup it->object twice.
(set_iterator_to_next): No need to set it->object after pop_it.
(move_it_to): Explicitly check to see if last move reached to_charpos.
2006-07-17 14:25:05 +00:00
Kim F. Storm
55dc982c6c *** empty log message *** 2006-07-17 14:24:50 +00:00
Thien-Thi Nguyen
ce7d5efe33 (display_mode_line): Preserve match data. 2006-07-17 07:47:41 +00:00
Nick Roberts
c9abd53002 (Special Properties): Clean up previous change. 2006-07-17 04:20:41 +00:00
Nick Roberts
7e1c1289f9 *** empty log message *** 2006-07-17 04:19:54 +00:00
Chong Yidong
b5f02314a0 * progmodes/compile.el (compilation-mode-font-lock-keywords):
Don't highlight "Compiling file" messages as error.
2006-07-17 04:07:49 +00:00
Chong Yidong
c8068734a7 * dired-aux.el (dired-compress-file): Confirm again if gzipped
file already exists.
2006-07-17 04:00:54 +00:00
Karl Berry
4a76f78d18 page breaks through chapter 10 2006-07-16 23:30:58 +00:00
Miles Bader
b44409c97d Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 115)

   - Update from CVS

2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)

   * lisp/gnus/mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-353
2006-07-16 22:19:06 +00:00
Thien-Thi Nguyen
072cb54a86 (ada-mode): Rewrite ff-special-constructs init. 2006-07-16 21:12:46 +00:00
Thien-Thi Nguyen
7365aa8be1 (ff-special-constructs): Doc fix. Also, for C/C++
entry, don't assign to free var; simply return the extracted filename.
(ff-treat-as-special): Incorporate common preamble from callers.
(ff-other-file-name, ff-find-the-other-file):
Update call to ff-treat-as-special.
2006-07-16 21:08:28 +00:00
Karl Berry
ece35e15a7 fix bad page breaks 2006-07-16 18:25:23 +00:00
Karl Berry
912c723552 fix underfull hbox 2006-07-16 17:48:24 +00:00
Mathias Dahl
9b9c0e5ad9 Fix in `tumme-get-comment'. 2006-07-16 08:14:01 +00:00
Mathias Dahl
95ea88aa19 Fix bug in `tumme-get-comment'. 2006-07-16 08:09:39 +00:00
Stefan Monnier
ba83982b7f Remove spurious * in docstrings. 2006-07-16 04:28:10 +00:00
Nick Roberts
f0b99db0a5 (Special Properties): Describe fontified text property
in relation to a character (not text).
2006-07-15 06:37:39 +00:00
Nick Roberts
54b7938f98 *** empty log message *** 2006-07-15 06:37:03 +00:00
Nick Roberts
5204800f98 (allout-run-unit-tests-on-load): Rectified docstring grammar.
(allout-beginning-of-current-line): Beware beginning of buffer.  Also, a
comment is simplified.
(allout-hotspot-key-handler): Only set allout-post-goto-bullet when
appropriate.  (This fix enables use for other than bullet-hotspot operation.)
(allout-hide-current-subtree): While escalating to sibling-close, make sure to
situate on a topic.
2006-07-15 04:26:39 +00:00
Nick Roberts
db28aa3c6e *** empty log message *** 2006-07-15 04:24:52 +00:00
Kim F. Storm
b51338f646 Checked maps.texi. 2006-07-15 00:15:02 +00:00
Kim F. Storm
19cafe2c1f (Standard Keymaps): Add xref for minibuffer maps.
Add apropos-mode-map, custom-mode-map, esc-map, global-map,
grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
2006-07-15 00:14:38 +00:00
Kim F. Storm
0864179af2 *** empty log message *** 2006-07-15 00:13:10 +00:00
Kim F. Storm
dc22651e73 Checked anti.texi. 2006-07-14 23:40:43 +00:00
Kim F. Storm
bd04e7deab (Antinews): Mention redisplay function.
The kbd macro existed, but was not documented, before 22.x.
Function pos-visible-in-window-p is not new in 22.x, just enhanced.
2006-07-14 23:32:14 +00:00