Richard M. Stallman
a89da416f5
(Info-read-node-name-2): New function.
...
(Info-read-node-name-1): Use that.
Add a completion-base-size-function property.
2005-06-06 12:47:51 +00:00
Kim F. Storm
9c7f6bb391
*** empty log message ***
2005-06-06 12:47:19 +00:00
Richard M. Stallman
77da210789
(completion-setup-function): Look for completion-base-size-function
...
property of minibuffer-completion-table.
2005-06-06 12:40:36 +00:00
Juri Linkov
c476bcb06c
*** empty log message ***
2005-06-06 12:37:46 +00:00
Juri Linkov
44e582b843
(Qno_break_space): New variable.
...
(syms_of_xdisp): Initialize it.
(get_next_display_element): Add no-break space and soft hypen
codes for iso8859-2 and iso8859-5. Don't add `\' for them.
Use `no-break-space' face for no-break spaces.
2005-06-06 12:36:29 +00:00
Richard M. Stallman
e6ca43c89e
(hack-local-variables-confirm): New arg FLAG-TO-CHECK.
...
(hack-one-local-variable, hack-local-variables)
(hack-local-variables-prop-line): Pass that arg.
(locate-file-completion): Doc fix.
2005-06-06 12:31:48 +00:00
Richard M. Stallman
14bc6e51de
Don't call pr-update-menus; user must do that.
2005-06-06 12:30:35 +00:00
Richard M. Stallman
77932668c2
(debugger-window): New variable.
...
(debug): Use debugger-window if it is set and still alive.
Record debugger-window for next entry.
2005-06-06 12:29:57 +00:00
Juri Linkov
abed526746
(compilation-start): Move `erase-buffer' up
...
before selecting the desired mode to not spend time fontifying
old contents.
2005-06-06 12:27:44 +00:00
Richard M. Stallman
c4f7f786e9
(sc-mail-glom-frame): Mark as risky.
2005-06-06 12:27:26 +00:00
Juri Linkov
c04ed304e6
(Info-title-1-face): Use green instead of yellow because
...
bold yellow is not readable on light backgrounds.
2005-06-06 12:26:07 +00:00
Juri Linkov
1c8c129532
* tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2005-06-06 12:24:51 +00:00
Juri Linkov
c3423c9743
* rfn-eshadow.el (file-name-shadow): Inherit from `shadow' face.
2005-06-06 12:23:49 +00:00
Juri Linkov
cf78a467b9
* dired.el (dired-ignored): Inherit from `shadow' face.
2005-06-06 12:23:03 +00:00
Juri Linkov
c4cf171043
* diff-mode.el (diff-context-face): Inherit from `shadow' face.
2005-06-06 12:22:00 +00:00
Juri Linkov
a59c277843
(no-break-space, shadow): New faces.
...
(escape-glyph): Use less loud colors pink2 and red4.
2005-06-06 12:18:20 +00:00
Juri Linkov
c711faac0a
(font-lock-regexp-backslash)
...
(font-lock-regexp-backslash-construct): New faces.
(lisp-font-lock-keywords-2): Use new faces. Match `?:' only
after `('. Add `while-no-input' to control structures.
2005-06-06 12:02:35 +00:00
Juri Linkov
6bf7c77724
Delete trailing whitespace.
2005-06-06 11:50:37 +00:00
Juri Linkov
591a63e93c
Change NBSP to space. Move coding cookie from the
...
second line to Local Variables. Fix title line.
2005-06-06 11:49:52 +00:00
Juri Linkov
e6670d1c6b
Change NBSP to space.
2005-06-06 11:47:49 +00:00
Jan Djärv
5494d7bcdb
* window.c (delete_window): Handle the case where a h/vchild has
...
a h/vchild.
2005-06-06 10:38:40 +00:00
Juanma Barranquero
eb78dfb8dd
Formatting fixes.
2005-06-06 06:19:52 +00:00
Juanma Barranquero
f7f1797562
(isearchb): Don't pass a spurious second argument to `iswitchb-completions'.
2005-06-06 06:16:05 +00:00
Kenichi Handa
a9b4333620
*** empty log message ***
2005-06-06 00:45:57 +00:00
Eli Zaretskii
a0c3832890
*** empty log message ***
2005-06-05 19:16:55 +00:00
Eli Zaretskii
727dcb1cc3
Change arg 4 of sys_setsockopt to `const void *',
...
for consistency with Posix.
2005-06-05 19:16:03 +00:00
Eli Zaretskii
a5a389bb74
(sys_setsockopt): Change arg 4 to `const void *'. In the
...
call to pfn_setsockopt, cast optval to `const char *'.
2005-06-05 19:13:37 +00:00
Kim F. Storm
98f4a29ed6
Add comment to line-move re. sit-for.
2005-06-05 17:19:55 +00:00
Kim F. Storm
17a7c5c2b0
*** empty log message ***
2005-06-05 17:09:55 +00:00
Nick Roberts
bfa171a516
Wrong format
2005-06-05 08:06:55 +00:00
Nick Roberts
02389254fa
Icon for GUD to print dereferenced value
2005-06-05 08:04:35 +00:00
Nick Roberts
2884ae6dc6
(gdb-info-locals-handler): Use window point to preserve point.
...
(gdb-find-file-hook): Add doc string.
2005-06-05 07:55:32 +00:00
Nick Roberts
32759db597
(gdb, gud-menu-map): Add command to evaluate
...
C dereferenced pointer expression.
(gud-tool-bar-map): Put it on the tool bar.
2005-06-05 07:54:50 +00:00
Nick Roberts
c1205dadcd
*** empty log message ***
2005-06-05 07:50:04 +00:00
Nick Roberts
6bfdb8f0e0
Make background transparent.
2005-06-05 07:37:49 +00:00
Luc Teirlinck
1224500961
(font-lock-set-defaults): Fix omission in last change.
2005-06-05 03:37:59 +00:00
Luc Teirlinck
bfe5418b47
*** empty log message ***
2005-06-04 22:33:53 +00:00
Luc Teirlinck
e0a8aa091c
(article-update-date-lapsed): Use `save-match-data'.
2005-06-04 22:27:57 +00:00
Luc Teirlinck
bed8843851
(font-lock-add-keywords): Doc fix. Comment change.
...
(font-lock-remove-keywords): Doc fix.
(font-lock-mode-major-mode): Compiler defvar.
(font-lock-set-defaults): Use `font-lock-mode-major-mode '.
2005-06-04 22:23:44 +00:00
Luc Teirlinck
642b63e8b7
(font-lock-mode-major-mode): Compiler defvar.
...
(font-lock-mode): Update `font-lock-mode-major-mode'.
(font-lock-set-defaults): Compiler defvar.
(font-lock-default-function): Take `font-lock-mode-major-mode' into account.
2005-06-04 22:18:53 +00:00
Luc Teirlinck
876daebc85
(define-global-minor-mode): Make it keep track of which major mode it
...
enabled the minor mode for. Use find-file-hook again. Update docstring.
2005-06-04 22:13:57 +00:00
Luc Teirlinck
2f7e1f5aa9
(eval-expression-print-level)
...
(eval-expression-print-length, eval-expression-debug-on-error): Doc fixes.
2005-06-04 22:04:29 +00:00
Eli Zaretskii
1a8fb4262f
*** empty log message ***
2005-06-04 20:40:00 +00:00
Eli Zaretskii
6e60256665
(gettimeofday): Use struct _timeb, not struct timeb.
...
(open_unc_volume): Cast return value of map_w32_filename, to avoid
compiler warnings.
2005-06-04 20:39:15 +00:00
Eli Zaretskii
cce55b8e95
(getpwnam, getpwuid): Add prototypes.
2005-06-04 20:25:50 +00:00
Eli Zaretskii
23bf9efbaa
(fileno): Don't define if already defined.
2005-06-04 20:10:49 +00:00
Eli Zaretskii
b6f0a39717
*** empty log message ***
2005-06-04 20:09:13 +00:00
Eli Zaretskii
d01a971074
*** empty log message ***
2005-06-04 20:00:54 +00:00
Eli Zaretskii
c68a2829f2
Include w32heap.h, to avoid compiler warning about sbrk.
2005-06-04 19:59:30 +00:00
Eli Zaretskii
910182298a
*** empty log message ***
2005-06-04 19:47:24 +00:00