Ken Raeburn
d7c0be75d3
(shadow_lookup): Use make_number to pass a number to Fsubstring.
2005-11-21 23:33:01 +00:00
Stefan Monnier
bd24684be0
(sh-font-lock-paren): Handle continued lines in patterns.
2005-11-21 22:24:13 +00:00
Nick Roberts
f86711a482
(Watch Expressions): Expand description.
2005-11-21 21:52:20 +00:00
Nick Roberts
bb8c3b1564
(Watch Expressions): Expand description.
2005-11-21 21:44:07 +00:00
Juri Linkov
17c1971a7e
*** empty log message ***
2005-11-21 07:57:45 +00:00
Juri Linkov
11ee7d4e70
(defcustom): Update link types in docstring.
2005-11-21 07:56:50 +00:00
Juri Linkov
27a0fffee7
(Common Keywords): Update links types custom-manual and url-link.
...
Add link types emacs-library-link, file-link, function-link,
variable-link, custom-group-link.
2005-11-21 07:56:04 +00:00
Juri Linkov
8ed55b8ccf
(BASE_PURESIZE): Increment to 1180000.
2005-11-21 07:54:48 +00:00
Chong Yidong
c4e8acbcfa
Font lock enabled by default.
2005-11-21 05:02:37 +00:00
Stefan Monnier
74b99d45fd
(define-widget): Don't use declare for the doc-string-elt.
2005-11-21 00:02:31 +00:00
Stefan Monnier
45aacac640
(defgroup): Add doc-string-elt info.
2005-11-21 00:01:06 +00:00
Stefan Monnier
1cb4008915
(comment-enter-backward): Fix last fix.
2005-11-20 23:25:46 +00:00
Chong Yidong
67d23e0166
(merge_face_vectors): Don't do :ignore-defface overwriting here.
...
(Finternal_merge_in_global_face): Do it here.
2005-11-20 22:35:48 +00:00
Eli Zaretskii
8c2fb42f85
Remove repeated entries.
2005-11-20 19:21:20 +00:00
Stefan Monnier
3cc4b07630
*** empty log message ***
2005-11-20 18:09:09 +00:00
Stefan Monnier
1c4b7278d6
(blink-matching-open): Allow new paren-class info.
2005-11-20 18:08:55 +00:00
Stefan Monnier
1793ac759f
(show-paren-function): Allow new paren-class info.
2005-11-20 18:07:19 +00:00
Stefan Monnier
602ad1ad2d
*** empty log message ***
2005-11-20 18:06:05 +00:00
Andreas Schwab
6398b88f53
(describe-char): When copying overlays put them
...
over the full char description instead of just the first character
of it.
2005-11-20 15:25:35 +00:00
Chong Yidong
a7b0a0e36e
* faces.el: Revert 2005-11-17 change. :ignore-defface is now
...
handled automagically.
2005-11-20 15:24:27 +00:00
Chong Yidong
ddbbc9cd39
Remove :ignore-defface entry; it's now handled automagically.
2005-11-20 15:24:02 +00:00
Chong Yidong
5890344b0a
* display.texi: Revert 2005-11-20 change.
2005-11-20 15:23:33 +00:00
Chong Yidong
0268cef3fa
* xfaces.c (Finternal_set_lisp_face_attribute): Use
...
:ignore-defface for new frame defaults when `unspecified' is
supplied.
(Finternal_get_lisp_face_attribute): Hide :ignore-defface.
2005-11-20 15:22:31 +00:00
Thien-Thi Nguyen
cbce075240
(Bindat Functions): Say "third" to refer to zero-based index "2".
2005-11-20 15:17:23 +00:00
Juri Linkov
dd949173e7
*** empty log message ***
2005-11-20 07:57:39 +00:00
Juri Linkov
a26126e7ea
(Font Lock): Suggest more user-friendly method of
...
finding all Font Lock faces (M-x customize-group RET font-lock-faces).
2005-11-20 07:57:25 +00:00
Juri Linkov
d938fad208
(Compilation Mode): Remove paragraph duplicated from the node `Compilation'.
...
Add `compilation-skip-threshold'.
2005-11-20 07:55:58 +00:00
Juri Linkov
fe7c712ea4
(Position Info): Update examples of the output.
...
Remove the fact that examples are produced in the TeXinfo buffer,
because in the Info reader users will get a different output from `C-x ='.
2005-11-20 07:55:22 +00:00
Juri Linkov
85416bdad7
(invalid_character): Use Lisp-readable syntax
...
for octal and hex. Reorder decimal, octal and hex values.
2005-11-20 07:52:40 +00:00
Juri Linkov
c9393a612b
Delete duplicate entry.
2005-11-20 07:51:30 +00:00
Juri Linkov
695effccdf
(encoded-string-description): Use Lisp-readable syntax for hex.
2005-11-20 07:48:44 +00:00
Juri Linkov
9f40939dcd
(describe-char): Use Lisp-readable syntax for octal and hex.
...
Reorder decimal, octal and hex values.
Remove excess whitespace in the output.
2005-11-20 07:43:44 +00:00
Juri Linkov
a17a79c039
(what-cursor-position): Use Lisp-readable syntax for octal and hex.
...
Reorder decimal, octal and hex values.
Remove excess whitespace in the output.
Use `=' in `column=' like in `point=' and `Hscroll='.
2005-11-20 07:43:01 +00:00
Chong Yidong
cee723fbf9
longlines.el (longlines-wrap-line): Preserve marker positions.
2005-11-20 05:17:27 +00:00
Chong Yidong
1271a058af
(message-insert-citation-line): Use newlines.
2005-11-20 03:44:35 +00:00
Chong Yidong
2c127d45ea
(longlines-mode): Add a message-setup-hook.
...
(longlines-decode-buffer): New function.
2005-11-20 03:44:00 +00:00
Chong Yidong
f129a4dfe3
message.el: Revert last changes.
2005-11-20 03:31:11 +00:00
Nick Roberts
c003141f4c
Use typedef when Lisp_Object is EMACS_INT so that
...
this type is recognised when debugging.
2005-11-20 02:15:26 +00:00
Nick Roberts
7698643375
*** empty log message ***
2005-11-20 02:13:53 +00:00
Andreas Schwab
8175bfa96d
Revert unwanted changes.
2005-11-19 22:31:15 +00:00
Andreas Schwab
dc9d3a05c7
Revert last change.
2005-11-19 21:09:10 +00:00
Chong Yidong
c613b39cea
Typo.
2005-11-19 18:31:08 +00:00
Andreas Schwab
603add2d25
*** empty log message ***
2005-11-19 17:44:38 +00:00
Andreas Schwab
75f21b6e69
(set-language-environment): Always
...
call set-display-table-and-terminal-coding-system.
2005-11-19 17:42:56 +00:00
Chong Yidong
b39aa4fdf7
* longlines.el (longlines-before-revert-hook)
...
(longlines-after-revert-hook): New functions.
(longlines-mode): Turn off longlines temporarily when reverting.
2005-11-19 17:29:20 +00:00
Andreas Schwab
b4483658c5
(nextcons, xcdr, xfloat): Update for changes in
...
Lisp_Cons and Lisp_Float.
2005-11-19 17:13:07 +00:00
Andreas Schwab
da49096f06
Handle compressed files.
2005-11-19 16:53:48 +00:00
Romain Francoise
f0f98146d2
(browse-url-default-browser): Signal an error if no usable browser can
...
be found, rather than try to load w3.
2005-11-19 15:57:20 +00:00
Eli Zaretskii
6c72c0c7d6
Rearrange text to make it clear that the make/shell compatibility
...
table refers only to the MinGW build.
2005-11-19 13:19:58 +00:00
Eli Zaretskii
ad8121fe5d
(rcirc-mangle-text): Add bold face property without replacing existing
...
properties.
(rcirc-my-nick, rcirc-other-nick, rcirc-server)
(rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove tty specs.
(rcirc-server-prefix, rcirc-server): New faces.
(rcirc-url-regexp): Generate with rx macro.
(rcirc-last-server-message-time): New variable.
(rcirc-filter): Record time of last message.
(rcirc-keepalive): Kill processes that did not send a message
since the last ping.
(rcirc-mode): Give rcirc-topic a local binding here.
2005-11-19 13:12:05 +00:00