1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 14:01:47 -07:00
Commit graph

86383 commits

Author SHA1 Message Date
Jay Belanger
2e756d9bf2 (calc-embedded-word-regexp, calc-embedded-word-regexp-alist):
New variables.
(calc-embedded-open-word, calc-embedded-close-word)
(calc-embedded-open-close-word-alist): Remove unused variables.
2008-10-10 14:30:22 +00:00
Martin Rudalics
c24d482671 (Info-extract-menu-counting): New argment no-detail to
skip detailed node listings.
(Info-forward-node): New argument not-up to inhibit going up.
(Info-final-node): Call Info-extract-menu-counting and
Info-forward-node with the new arguments set to avoid infinite
looping.  (Bug#1116)
2008-10-10 13:47:49 +00:00
Eli Zaretskii
d64d5ff59e (SYSTEM_PURESIZE_EXTRA): Decrease to 10000. 2008-10-10 08:55:41 +00:00
Eli Zaretskii
41b3bdd3c4 (command-line): Don't invoke tool-bar-mode if it is not fboundp. 2008-10-10 08:54:08 +00:00
Chong Yidong
008330eada (command-line): Enable tool-bar-mode as long as it is not suppressed
by X resources, regardless of the terminal.
2008-10-09 19:31:51 +00:00
Chong Yidong
f3af39b802 (tool-bar-mode): Only change tool-bar-lines on graphical terminals.
(tool-bar-setup): No-op if called on a tty.
2008-10-09 19:30:47 +00:00
Chong Yidong
a448e4167f * startup.el (command-line): Enable tool-bar-mode as long as it is
not suppressed by X resources, regardless of the terminal.

* tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
graphical terminals.
(tool-bar-setup): No-op if called on a tty.
2008-10-09 19:29:42 +00:00
Eli Zaretskii
1ac8f4d6c8 (make-frame-on-tty): Fix comment to the `interactive' spec. 2008-10-09 17:43:03 +00:00
Eli Zaretskii
02ab7130d5 (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed away code. 2008-10-09 17:35:27 +00:00
Chong Yidong
91d227d92d (update_text_area): Avoid looping due to large glyph
overhangs (bug#1070).
2008-10-09 16:41:17 +00:00
Chong Yidong
07753818b2 * dispnew.c (update_text_area): Avoid looping due to large glyph
overhangs (bug#1070).
2008-10-09 16:41:10 +00:00
Eli Zaretskii
c4dde5782c (make-frame-on-tty): Use "F" inside interactive. Support `pc'
``window-system''.
2008-10-09 16:09:02 +00:00
Eli Zaretskii
2a12d736c1 (compilation-start): Resurrect the version for systems that don't support
asynchronous subprocesses.
2008-10-09 13:46:25 +00:00
Kenichi Handa
ea217c11e5 (face_for_char): If face->fontset is negative, just return ascii_face. 2008-10-09 12:19:38 +00:00
Kenichi Handa
c576d6dc9e (font_delete_unmatched): Fix previous change. Don't
reject an entity if DPI and AVGWIDTH of an entity are 0.
2008-10-09 12:12:33 +00:00
Martin Rudalics
1bf7273525 (Fraise_frame): On text-only terminals select frame in
order to make it visible.  (Bug#1061)
2008-10-09 08:26:33 +00:00
Martin Rudalics
d5f98c51df (pop-up-frames): Add choice graphic-only.
(display-buffer): When pop-up-frames equals graphic-only do
not pop up new frame on text-only terminals.  (Bug#1061)
2008-10-09 08:12:41 +00:00
Dan Nicolaescu
264175a802 (vc-cvs-dir-stay-local): New variable.
(vc-cvs-dir-status): Use it.
2008-10-09 04:52:28 +00:00
Chong Yidong
f3d295514c (fontset_find_font): Check frame validity. 2008-10-08 22:59:02 +00:00
Chong Yidong
edc3ecf397 * fontset.c (fontset_find_font): Check frame validity. 2008-10-08 22:58:55 +00:00
Juanma Barranquero
6f040888a6 Fix typos. 2008-10-08 17:29:33 +00:00
Chong Yidong
b111d5d054 (json-skip-whitespace): Fix last change. 2008-10-08 15:52:43 +00:00
Chong Yidong
40b579558a * json.el (json-skip-whitespace): Fix last change. 2008-10-08 15:52:34 +00:00
Juanma Barranquero
c4384ef148 * bs.el (bs-unload-function): New function. 2008-10-08 09:02:28 +00:00
Juanma Barranquero
2c8262dc6f * bs.el (bs-unload-function): New function. 2008-10-08 08:48:52 +00:00
Glenn Morris
b33f826d77 *** empty log message *** 2008-10-08 07:57:47 +00:00
Glenn Morris
4c7eed9477 Typo. 2008-10-08 07:56:59 +00:00
Glenn Morris
f97cfe2150 Yavor Doganov <yavor at gnu.org> (tiny change)
Add missing semicolons to make it a valid dictionary.
2008-10-08 07:52:11 +00:00
Glenn Morris
fc17acd1f1 Sven Joachim <svenjoac at gmx.de>
For clarity, explicitly require cl.
2008-10-08 07:42:58 +00:00
Glenn Morris
8aa89bc06c Mark tiny change. 2008-10-08 07:06:54 +00:00
Michael Olson
5412419465 ibuffer: Fix issue with ERC scroll-to-bottom (Bug #858). 2008-10-08 05:03:43 +00:00
Michael Olson
1c86baa408 ERC: DCC fixes. 2008-10-08 04:05:10 +00:00
Chong Yidong
f2602864b6 (command-line): Use display-warning to warn about an init file error.
(command-line-1): Remove init file error delay.
2008-10-07 19:47:49 +00:00
Chong Yidong
cb199e7484 * startup.el (command-line): Use display-warning to warn about an
init file error.
(command-line-1): Remove init file error delay.
2008-10-07 19:47:36 +00:00
Chong Yidong
5dbe5c8fb7 (rx-constituents): Change `anything' to call
rx-anything. Change `not-wordchar' assignment to "\\W" from
"[^[:word:]]".
(rx-group-if): New function.
(rx-parent): New variable.
(rx-and, rx-or): Put shy groups only when necessary.
(rx-bracket): Remove.
(rx-anything): New function.
(rx-any-delete-from-range, rx-any-condense-range)
(rx-check-any-string): New functions.
(rx-check-any): Return result as a list. Don't convert chars to
strings. Don't prepend "\\" to "^". Don't search for close
bracket. Check char category string. Call rx-form instead of
rx-to-string.
(rx-any): Rebuid to complete the function.
(rx-check-not): Fix char category regexp pattern string. Call
rx-form instead of rx-to-string.
(rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
"[^^]". Call regexp-quote for one char string when not called from
rx-not. Add "\\w", and toggle to upcase. Add the case of
"\\[SCBW]" to toggle.
(rx-=, rx->=, rx -**, rx-repeat, rx-submatch): Call rx-form
instead of rx-to-string.
(rx-kleene): Call rx-form instead of rx-to-string. Call
rx-group-if to adjust putting of shy groups.
(rx-atomic-p): Make check more precisely.
(rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
(rx-regexp): Call rx-group-if.
(rx-form): New function.
(rx-to-string): Call rx-form, rx-group-if. Refine definition of
NO-GROUP.
2008-10-07 18:08:26 +00:00
Chong Yidong
a469adf3e6 * rx-new.el (rx-constituents): Change `anything' to call
rx-anything. Change `not-wordchar' assignment to "\\W" from
"[^[:word:]]".
(rx-group-if): New function.
(rx-parent): New variable.
(rx-and, rx-or): Put shy groups only when necessary.
(rx-bracket): Remove.
(rx-anything): New function.
(rx-any-delete-from-range, rx-any-condense-range)
(rx-check-any-string): New functions.
(rx-check-any): Return result as a list. Don't convert chars to
strings. Don't prepend "\\" to "^". Don't search for close
bracket. Check char category string. Call rx-form instead of
rx-to-string.
(rx-any): Rebuid to complete the function.
(rx-check-not): Fix char category regexp pattern string. Call
rx-form instead of rx-to-string.
(rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
"[^^]". Call regexp-quote for one char string when not called from
rx-not. Add "\\w", and toggle to upcase. Add the case of
"\\[SCBW]" to toggle.
(rx-=, rx->=, rx -**, rx-repeat, rx-submatch): Call rx-form
instead of rx-to-string.
(rx-kleene): Call rx-form instead of rx-to-string. Call
rx-group-if to adjust putting of shy groups.
(rx-atomic-p): Make check more precisely.
(rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
(rx-regexp): Call rx-group-if.
(rx-form): New function.
(rx-to-string): Call rx-form, rx-group-if. Refine definition of
NO-GROUP.
2008-10-07 18:08:16 +00:00
Chong Yidong
c1ffddfc86 (xg_display_open): Reset default display if none exists.
(xg_display_close): Allow Emacs to close all displays (bug#985).
2008-10-07 17:46:48 +00:00
Chong Yidong
5762590b5c * gtkutil.c (xg_display_open): Reset default display if none exists.
(xg_display_close): Allow Emacs to close all displays (bug#985).
2008-10-07 17:46:18 +00:00
Chong Yidong
ac611f4ffa (json-advance): Use forward-char.
(json-skip-whitespace): Use skip-syntax-forward.
2008-10-07 16:18:22 +00:00
Chong Yidong
e9701d1680 * json.el (json-advance): Use forward-char.
(json-skip-whitespace): Use skip-syntax-forward.
2008-10-07 16:18:01 +00:00
Alan Mackenzie
5a2a67897b *** empty log message *** 2008-10-07 14:00:35 +00:00
Alan Mackenzie
24f15006fe (c-indent-region): Fix so that indenting a macro followed by blank lines
doesn't backslash the following non-blank line into the macro.
2008-10-07 13:14:17 +00:00
Alan Mackenzie
c074408120 *** empty log message *** 2008-10-07 13:12:14 +00:00
Andreas Schwab
766f52ec49 Add comment for last change. 2008-10-07 08:06:10 +00:00
Andreas Schwab
ef874e3d24 (sys_signal): Always set SA_RESTART when
noninteractively.
2008-10-06 21:27:44 +00:00
Chong Yidong
c1e4ceb7d7 (Vbefore_init_time, Vafter_init_time): Declare. 2008-10-06 16:17:24 +00:00
Chong Yidong
3e5fc571bd (x_wm_set_size_hint): Return immediately if called during
initialization.
2008-10-06 16:17:14 +00:00
Chong Yidong
90503d9633 (Vbefore_init_time, Vafter_init_time): Moved from startup.el. 2008-10-06 16:16:56 +00:00
Chong Yidong
8cc11c8cba * emacs.c (Vbefore_init_time, Vafter_init_time): Moved from
startup.el.

* lisp.h: (Vbefore_init_time, Vafter_init_time): Declare.

* gtkutil.c (x_wm_set_size_hint): Return immediately if called
during initialization.
2008-10-06 16:16:43 +00:00
Chong Yidong
981c5d1daa (before-init-time, after-init-time): Move into emacs.c.
(command-line): Set after-init-time to nil before initialization.
2008-10-06 16:16:30 +00:00