1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

50383 Commits

Author SHA1 Message Date
Miles Bader
e32d987200 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c
2004-04-26 00:21:41 +00:00
Juanma Barranquero
e198ba8711 (Fpop_to_buffer): Fix docstring. 2004-04-25 23:56:14 +00:00
Steven Tamm
f3d5f92d98 lread.c (init_lread): Don't display missing lisp directory
warnings with Carbon Emacs because self-contained bundled Emacs
may be build without correct installation path.
2004-04-25 21:07:58 +00:00
Lars Hansen
fbcb952966 *** empty log message *** 2004-04-25 20:58:26 +00:00
Steven Tamm
bec998ca08 Updating list of MAINTAINERS to include myself as maintaining the MacOS
port (but level 2).
2004-04-25 17:57:16 +00:00
Juanma Barranquero
7636480366 (inferior-emacs-lisp-mode): Display working buffer on the mode line. Bind
`inhibit-read-only' to t before modifying properties of text in the buffer.
(ielm): Force point to the end of buffer, even when running ielm from inside
itself.
2004-04-25 17:18:00 +00:00
Jesper Harder
82f1aca958 (info-apropos): Reset Info-complete-cache. 2004-04-25 14:08:02 +00:00
Daniel Pfeiffer
63915149f3 added irix/Compaq C severe example 2004-04-25 12:57:05 +00:00
Daniel Pfeiffer
dbd9767235 (compilation-error-regexp-alist-alist): Also recognize severe Irix et al. messages.
(compilation-normalize-filename, compile-abbreviate-directory): Delete functions.

(compilation-get-file-structure): New function inherits functionality of the two preceding ones.

(compilation-internal-error-properties, compilation-fake-loc): Use it so that different paths to the same file share the same markers.  Also optimize finding adjacent marker slightly.
2004-04-25 12:55:43 +00:00
Kim F. Storm
e5847e5600 New line-spacing property on newlines. 2004-04-25 00:42:22 +00:00
Kim F. Storm
9ff3aa31d3 *** empty log message *** 2004-04-24 23:42:41 +00:00
Kim F. Storm
5970dbf71e (x_draw_hollow_cursor): Fix height of box for narrow lines. 2004-04-24 23:42:26 +00:00
Kim F. Storm
c3ea173da5 (insert-sliced-image): Add line-spacing t property
to newlines separating image lines.
2004-04-24 23:30:05 +00:00
Luc Teirlinck
21fb758865 *** empty log message *** 2004-04-24 23:29:39 +00:00
Kim F. Storm
03e35edcfa (append_space_for_newline): Rename from append_space.
Remove DEFAULT_FACE_P arg; always use current face.  Callers changed.
(x_produce_glyphs): Handle line-spacing property on newline char.
If value is t, adjust ascent and descent to fit current row height.
If value is an integer or float, set extra_line_spacing to integer
value, or to float value x current line height.
2004-04-24 23:28:37 +00:00
Luc Teirlinck
b784bda46b (comint-delete-output): Bind inhibit-read-only to t. 2004-04-24 23:06:03 +00:00
Luc Teirlinck
759f960aea (ielm-prompt-read-only): New user option.
(ielm-prompt): Expand docstring to describe new behavior.
(inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
mention it in the docstring.
2004-04-24 22:58:40 +00:00
Andreas Schwab
14116f3caf (sh-leading-keywords) <sh>: Add "!". 2004-04-24 20:58:17 +00:00
Andreas Schwab
fd75d62d7a . 2004-04-24 18:17:27 +00:00
Andreas Schwab
de9dc5e59c (diff): Set default-directory in diff buffer. 2004-04-24 18:17:04 +00:00
Eli Zaretskii
6f60853a51 (mail-bury): Don't delete the frame where the
mail was being composed if the terminal cannot display more than
one frame; instead, switch to previous frame.
2004-04-24 16:36:15 +00:00
Eli Zaretskii
8a60950d6e (rmail-mail-new-frame): Doc fix.
(rmail-start-mail): Support rmail-mail-new-frame even on
terminals that can display only one frame at a time.
2004-04-24 08:57:31 +00:00
Eli Zaretskii
473551acc8 *** empty log message *** 2004-04-24 08:47:16 +00:00
Thien-Thi Nguyen
510ead5f46 Update filename in "please read" message. 2004-04-24 02:27:49 +00:00
Stefan Monnier
f578d9f8aa (checkdoc-output-error-regex-alist): New var.
(checkdoc-output-font-lock-keywords): Remove error regexp.
(checkdoc-output-mode-map): Remove.
(checkdoc-output-mode): Derive from compilation-mode.
(checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2004-04-23 22:25:17 +00:00
Stefan Monnier
d549a7dfb2 (wdired-mode-map): Move init into declaration. Fix `return' binding.
(wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
Use force-mode-line-update.
(wdired-get-filename): Use `unless'.
(wdired-preprocess-files): Don't assume names have no \n and use / for dirsep.
(wdired-normalize-filename): Use replace-regexp-in-string.
(wdired-load-hooks): Remove.
(wdired-mode-hooks): Rename to wdired-mode-hook.
2004-04-23 22:22:13 +00:00
Stefan Monnier
2ecab8401f (dired-mode-map): Add a menu entry for wdired. 2004-04-23 22:13:32 +00:00
Miles Bader
dc68cfc3c9 Changes from arch/CVS synchronization 2004-04-23 22:04:58 +00:00
Juanma Barranquero
c62aec7835 *** empty log message *** 2004-04-23 21:35:38 +00:00
Juanma Barranquero
21a2e05d67 (pcomplete-opt, pcomplete-actual-arg, pcomplete-match-string,
pcomplete-comint-setup, pcomplete-here, pcomplete--help,
pcomplete--here): Doc fixes.
2004-04-23 21:34:46 +00:00
Juanma Barranquero
0382cf8ffe (inferior-emacs-lisp-mode): Fix docstring. 2004-04-23 21:33:38 +00:00
Stefan Monnier
09c774f713 (rx-syntax): Move sregex style syntax to code.
(rx-bracket, rx-check-any, rx-any): Clean up name space.
2004-04-23 21:25:58 +00:00
Stefan Monnier
ccfbe67988 Doc fixes.
(rx-constituents): Add/extend many forms.
(rx-check): Check form is a list.
(bracket): Defvar.
(rx-check-any, rx-any, rx-check-not): Modify.
(rx-not): Simplify.
(rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
(rx-kleene): Use rx-trans-forms.
(rx-quote-for-set): Delete.
(rx): Allow multiple args.
2004-04-23 21:23:29 +00:00
Juanma Barranquero
4b284383bb (vc-print-log): Fix code that handles wrong-number-of-arguments in backend
call.
2004-04-23 21:03:21 +00:00
Juanma Barranquero
0d2ce4efca (vc-default-workfile-unchanged-p): Fix code that handles
wrong-number-of-arguments in backend call.
2004-04-23 21:01:07 +00:00
Stefan Monnier
6a84b1a2f5 New file. 2004-04-23 20:57:46 +00:00
Stefan Monnier
538996c7cd Add support for cfengine-mode.
(info-lookup-setup-mode): Use dolist.
2004-04-23 20:44:54 +00:00
Kenichi Handa
f24814e0e9 *** empty log message *** 2004-04-23 02:11:35 +00:00
Kenichi Handa
44416f23ab (char-displayable-p): Simplified by using internal-char-font. 2004-04-23 02:08:22 +00:00
Kenichi Handa
cf14fd6ec4 (Finternal_char_font): If POSITION is nil, return
font for displaying CH with the default face.
2004-04-23 02:04:13 +00:00
Juanma Barranquero
d814862aa6 *** empty log message *** 2004-04-23 00:25:28 +00:00
Juanma Barranquero
bd6766d34d Add "-*- makefile -*-" mode tag. 2004-04-23 00:24:35 +00:00
Juanma Barranquero
e9419bd492 *** empty log message *** 2004-04-22 23:58:54 +00:00
Stefan Monnier
ba1c68de59 Use outline mode. Remove compile.el entry (done). 2004-04-22 22:58:45 +00:00
Stefan Monnier
6fc049f621 (diff-next-error): New fun.
(diff-mode): Use it.
2004-04-22 22:57:09 +00:00
Stefan Monnier
e462ab772a (next-error): Change arg name. Add support for the documented C-u C-x ` usage. 2004-04-22 22:56:08 +00:00
Stefan Monnier
bb2c34b147 (special-display-popup-frame, next-multiframe-window)
(previous-multiframe-window): Only consider frames on same display.
2004-04-22 21:08:10 +00:00
Lars Hansen
2a3f604d66 (Info-restore-desktop-buffer): Delete with-no-warnings. 2004-04-22 19:49:45 +00:00
Lars Hansen
608c2ea2d0 (mh-restore-desktop-buffer): Delete with-no-warnings. 2004-04-22 19:48:27 +00:00
Stefan Monnier
063a45c59c *** empty log message *** 2004-04-21 22:42:13 +00:00