Eli Zaretskii
b4a349d1c5
(Internet Relay Chat, Useful IRC commands): Don't use @indicateurl.
2006-09-01 17:51:50 +00:00
Eli Zaretskii
c3337fceeb
(Custom Braces, Clean-ups): Don't use @tie.
2006-09-01 17:45:08 +00:00
Eli Zaretskii
f1a3de4eb3
(Subword Movement): Don't use @headitem.
2006-09-01 17:38:40 +00:00
Eli Zaretskii
3f81bab466
(Buffer Modification): Fix last change.
2006-09-01 17:15:49 +00:00
Chong Yidong
5a8f51655f
* buffers.texi (Buffer Modification): Document
...
buffer-chars-modified-tick.
2006-09-01 13:41:33 +00:00
Chong Yidong
70b49b72ee
Document `buffer-chars-modified-tick'
2006-09-01 13:36:35 +00:00
Chong Yidong
12bd42bee5
Minor doc fix.
2006-09-01 13:35:11 +00:00
Chong Yidong
8c70738055
* imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
2006-09-01 13:30:55 +00:00
Chong Yidong
eddc765847
Fix typo.
2006-09-01 13:30:05 +00:00
Chong Yidong
3e1451520b
* buffer.h (struct buffer_text): New field chars_modiff.
...
(CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
* buffer.c (Fbuffer_chars_modified_tick): New function returning
value of BUF_CHARS_MODIFF.
(syms_of_buffer): Defsubr it.
(Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
* insdel.c (modify_region): New argument preserve_chars_modiff.
Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
(insert_1_both, insert_from_string_1, insert_from_buffer_1)
(adjust_after_replace, adjust_after_replace_noundo)
(replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
* lisp.h (modify_region): Add fourth argument in extern.
* casefiddle.c (casify_region): Call modify_region with fourth
argument zero to assert that CHARS_MODIFF is updated.
* editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
(Ftranspose_regions): Likewise.
* textprop.c (Fadd_text_properties, Fset_text_properties)
(Fremove_text_properties, Fremove_list_of_text_properties):
Call modify_region with fourth argument 1 to avoid that
CHARS_MODIFF is updated.
2006-09-01 13:28:13 +00:00
Richard M. Stallman
d178a6ebf9
*** empty log message ***
2006-09-01 08:57:41 +00:00
Stefan Monnier
c2a7ddb1f3
(url-http-create-request):
...
Use `url-recreate-url-attributes' when setting real-fname.
2006-09-01 02:31:47 +00:00
Stefan Monnier
fb7dc310ed
(url-recreate-url-attributes): New function, code moved from `url-recreate-url'.
...
(url-recreate-url): Use it. Put the `url-target' at the end of the URL.
2006-09-01 02:31:24 +00:00
Richard M. Stallman
adcc7a37ed
(custom-save-variables): Slight cleanup.
...
(Custom-no-edit): Renamed from custom-no-edit.
(Custom-newline): Renamed from custom-newline.
(custom-mode-map): Use new names.
2006-08-31 23:16:03 +00:00
Richard M. Stallman
da506c0e74
(define-minor-mode): Reference manual about customization, rather than
...
M-x customize, in the doc string made for the defcustom.
2006-08-31 23:14:26 +00:00
Richard M. Stallman
5b061d28eb
(trace-function-background): Doc fix.
2006-08-31 23:10:24 +00:00
Richard M. Stallman
80e0572b0e
*** empty log message ***
2006-08-31 23:08:08 +00:00
Richard M. Stallman
de92d4d43e
(Fformat): Don't sign-extend for %o or %x.
2006-08-31 23:07:39 +00:00
Richard M. Stallman
fd2adae323
(Syntactic Font Lock): Mention specific faces once again.
2006-08-31 23:04:42 +00:00
Romain Francoise
ca13649650
(dired-guess-shell-alist-default): Update.
2006-08-31 19:47:47 +00:00
Stefan Monnier
931d878d50
(Syntactic Font Lock): Mention font-lock-syntactic-face-function.
...
Suggested by Richard Bielawski <RBielawski@moneygram.com>
2006-08-31 17:14:46 +00:00
Stefan Monnier
9277ee6cd2
(custom-theme-set-variables): Autoload packages before sorting the variables.
2006-08-31 17:10:34 +00:00
Michael Kifer
05c4a38a25
2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
...
* viper-cmd.el (viper-special-read-and-insert-char): convert events to
chars if XEmacs.
(viper-after-change-undo-hook): check if undo-in-progress is bound.
2006-08-31 03:39:42 +00:00
Stefan Monnier
132579d3e8
(python-eldoc-function): Re-enable quit while waiting for process.
2006-08-30 21:10:10 +00:00
YAMAMOTO Mitsuharu
762ce89d58
(mac-string-to-utxt): If adjustment for MacJapanese
...
results in ASCII-only string, encode original one directly.
2006-08-30 08:51:52 +00:00
Chong Yidong
41d24b39c7
* indent.c (Fvertical_motion): Don't move back if we were
...
displaying a Lisp string, either.
2006-08-29 22:17:05 +00:00
Romain Francoise
0832681690
(normal-splash-screen, fancy-splash-screens): Make buffer read-only and
...
arrange to enter view mode if necessary.
2006-08-29 16:11:26 +00:00
Stefan Monnier
7660c02fc5
(url-cookie-write-file): Really don't use versioned backups.
2006-08-29 14:00:27 +00:00
Chong Yidong
3775cb5cd8
* hl-line.el (hl-line): New face.
...
(hl-line-face): Use it.
2006-08-29 13:28:00 +00:00
Chong Yidong
bda420a339
* display.texi (Images): Add xrref to display-images-p.
2006-08-29 13:15:53 +00:00
Chong Yidong
ab145daf37
* image-mode.el (image-mode): Fix last fix.
...
Suggested by Kim F. Storm.
2006-08-29 13:02:53 +00:00
Michael Albinus
1a762140f1
Sync with Tramp 2.0.54.
2006-08-29 05:48:40 +00:00
Chong Yidong
0e8b7151ca
* image-mode.el (image-mode): Display image as text on a terminal.
2006-08-28 22:49:25 +00:00
Stefan Monnier
e2ac11eba7
(python-send-command): Simplify.
...
(run-python): Don't generate a new buffer unless `new' was specified.
Make sure we send `import emacs' to the proper process.
2006-08-28 21:58:27 +00:00
Stefan Monnier
6cc91c85a0
(python-send-command): Don't wait for the command
...
to terminate. Don't fiddle with compilation-parsing-end.
2006-08-28 21:13:34 +00:00
Chong Yidong
81e213dc7c
* emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Insert
...
commentary after first line summary.
2006-08-28 16:57:28 +00:00
Chong Yidong
6081889eb5
* woman.el (woman-follow): New function, based on `man-follow'.
...
(woman-mode-map): Use it.
* ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
since ibuffer-do-sort-by-recency does not define a sorter.
2006-08-28 15:40:21 +00:00
Kim F. Storm
62d8e3d40e
(get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
...
Don't attempt to replace cursor on image glyphs.
2006-08-28 12:03:22 +00:00
Kim F. Storm
62d108d4b9
*** empty log message ***
2006-08-28 12:03:03 +00:00
Richard M. Stallman
24d8984e70
*** empty log message ***
2006-08-28 10:01:29 +00:00
Richard M. Stallman
6cd1754c7f
(Split Window): Update xref.
2006-08-28 10:01:22 +00:00
Richard M. Stallman
31ee9e8a9d
(Continuation Lines): Update xref.
2006-08-28 10:00:58 +00:00
Richard M. Stallman
d5943da315
(Tab Stops): Update xref.
2006-08-28 10:00:32 +00:00
Richard M. Stallman
cfade67ddd
(Top): Update subnode menu.
2006-08-28 10:00:04 +00:00
Richard M. Stallman
9d2908a63e
(Line Truncation, Displaying Boundaries): New nodes,
...
split out of Display Custom.
2006-08-28 09:59:30 +00:00
Kim F. Storm
2fda9976e9
(find-dired): Use shell-quote-argument to properly
...
escape ( and ) args. Also use it on {} and ; args in default
value of find-ls-option string.
(find-grep-dired): Use shell-quote-argument on {} and ; args.
2006-08-28 08:02:38 +00:00
Kim F. Storm
31bf51258a
*** empty log message ***
2006-08-28 08:02:24 +00:00
Kenichi Handa
c6f8bb3abb
*** empty log message ***
2006-08-28 04:19:27 +00:00
Kenichi Handa
12e0131afb
(Fdetect_coding_region, Fdetect_coding_string): Fix
...
docstring about ISO-2022 control characters.
2006-08-28 04:18:47 +00:00
Kenichi Handa
6d05494a28
(Lisp and Coding Systems): Fix description of
...
detect-coding-region.
2006-08-28 04:17:18 +00:00