Eli Zaretskii
bb49fc13a6
(bootstrap-temacs): Warn that parts of commands enclosed in $(ARGQUOTE)s
...
should not be split between two lines, as that will break with GNU Make >3.80,
when sh.exe is used and arg quoting is with '..'.
2005-12-17 17:25:20 +00:00
Chong Yidong
6b8dfbf78a
2005-12-17 Chong Yidong <cyd@stupidchicken.com>
...
* print.c (print_preprocess): Just signal an error if print_depth
is exceeded.
2005-12-17 15:55:29 +00:00
Chong Yidong
04df9646f2
Revert last change.
2005-12-17 15:51:00 +00:00
Chong Yidong
2173b58252
* print.c (print_preprocess): Just signal an error if print_depth
...
is exceeded.
2005-12-17 15:46:16 +00:00
Chong Yidong
14e7cb9400
* emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture
...
error from printing circular structures.
2005-12-17 15:45:55 +00:00
Eli Zaretskii
d912b87a54
Set a breakpoint on w32_abort.
2005-12-17 15:14:03 +00:00
Eli Zaretskii
6872b31c68
(widget-checkbox-action): Clear undo info.
2005-12-17 08:53:38 +00:00
Richard M. Stallman
69487a1fef
(Minibuffer Contents): Minor cleanup.
2005-12-16 23:22:56 +00:00
Bill Wohler
6eee5abf2f
(kill-this-buffer): Set a good example by using menu bar, not menubar
...
in comment.
2005-12-16 20:37:23 +00:00
Stefan Monnier
f3725983e7
(c-after-change-check-<>-operators):
...
After-change-functions should not clobber the match data.
2005-12-16 20:07:49 +00:00
Juri Linkov
2a502a3271
*** empty log message ***
2005-12-16 19:10:49 +00:00
Juri Linkov
7fbaa67c62
(crm-minibuffer-completion-help):
...
Use `crm-current-element' for second arg of `display-completion-list'.
2005-12-16 19:09:43 +00:00
Juri Linkov
70f314248a
(Info-read-node-name-1): In completion-base-size-function's
...
lambda return 1 if common-substring or minibuffer-completion-contents
starts with (, and 0 otherwise.
2005-12-16 19:09:20 +00:00
Juri Linkov
fddf97f6cb
(PC-do-completion): Remove `(equal (point) beg)' to
...
place point at the first different character in the minibuffer
even if this position is at the beginning of the minibuffer.
2005-12-16 19:08:42 +00:00
Juri Linkov
6cdd02110f
(choose-completion): Use `buffer-substring-no-properties'
...
instead of `buffer-substring'.
(completion-common-substring): Doc fix.
(completion-setup-function): Use minibuffer-completion-contents
instead of minibuffer-contents. Don't set common-string-length
initially. Remove special handling of partial-completion-mode.
Move computation of completion-base-size into one cond. Call
completion-base-size-function in mainbuf. In computation of
completion-base-size for file name completion don't move point to
the end of the minibuffer. Move computation of common-string-length
into one cond. Start putting faces only when common-string-length>=0.
Add condition to put completions-common-part when common-string-length>0.
2005-12-16 19:08:21 +00:00
Juri Linkov
8aaba1c98e
Add minibuffer-completion-contents.
2005-12-16 19:07:32 +00:00
Juri Linkov
730723edb0
(Minibuffer Contents): Add minibuffer-completion-contents.
2005-12-16 19:05:54 +00:00
Juri Linkov
b5e1e44946
(Fminibuffer_completion_contents): New Lisp function
...
created from minibuffer_completion_contents.
(minibuffer_completion_contents): Remove.
(do_completion, Fminibuffer_complete_word)
(Fminibuffer_completion_help): Replace minibuffer_completion_contents
with Fminibuffer_completion_contents.
(syms_of_minibuf): Add Sminibuffer_completion_contents.
(Fdisplay_completion_list): Doc fix.
(display_completion_list_1): Use `nil' for second arg of
`Fdisplay_completion_list'.
2005-12-16 19:03:17 +00:00
Eli Zaretskii
ec6328a24a
(set-auto-mode): If search for mode specification failed, look for an
...
interpreter specified on the first line.
2005-12-16 15:44:39 +00:00
Carsten Dominik
812a8ed127
Version 4.0
2005-12-16 14:32:51 +00:00
Carsten Dominik
cfbc570982
*** empty log message ***
2005-12-16 14:32:16 +00:00
Carsten Dominik
4da1a99df4
(org-tags-match-list-sublevels): New option.
...
(org-open-at-point): implement tag searches as links
(org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
(org-make-tags-matcher, org-scan-tags, org-activate-tags): New
functions
(org-tags-sparse-tree, org-tags-view, org-set-tags)
(org-agenda-dispatch): New commands.
(org-use-tag-inheritance, org-tags-column): New options.
(org-tab-follows-link, org-return-follows-link): New options.
(org-tags): New customize group.
(org-start-icalendar-file): Get local time zone.
(org-tags-completion-function): New function.
(org-set-font-lock-defaults): make sure links will also
be highlighted inside headlines.
2005-12-16 14:31:22 +00:00
Carsten Dominik
f63bdfca44
*** empty log message ***
2005-12-16 14:30:44 +00:00
Eli Zaretskii
1b2105d9e3
Updates from Dave Love.
2005-12-16 12:49:13 +00:00
Eli Zaretskii
e4fd12dd39
*** empty log message ***
2005-12-16 12:17:14 +00:00
Eli Zaretskii
59be5828de
(term-emulate-terminal): Let term-handle-ansi-terminal-messages override
...
what Bash says about its current directory.
2005-12-16 12:16:35 +00:00
Eli Zaretskii
2ac7dc5505
Mark kill-whole-line as documented.
2005-12-16 12:06:41 +00:00
Eli Zaretskii
533286e0a0
(Killing by Lines): Document `kill-whole-line' function.
2005-12-16 12:03:17 +00:00
Eli Zaretskii
9a99230837
(Internal Links): Add a missing comma after an @xref.
2005-12-16 11:44:33 +00:00
Károly Lőrentey
a3700ef735
* buffers.texi (Select Buffer): Change `prev-buffer' to
...
`previous-buffer'. Indicate that these functions use a frame
local buffer list.
2005-12-16 11:37:43 +00:00
Károly Lőrentey
a74f9094c4
2005-12-16 Lőrentey Károly <lorentey@elte.hu>
...
* bindings.el (last-buffer): Move to simple.el.
* simple.el (last-buffer): Move here.
(get-next-valid-buffer): New function.
(next-buffer): Use frame-local buffer list, maintain buried buffer list.
(prev-buffer): Ditto. Rename to `previous-buffer'.
* menu-bar.el (menu-bar-update-buffers): Update references to `prev-buffer'.
* bindings.el (global-map): Ditto.
2005-12-16 11:35:25 +00:00
Károly Lőrentey
f469551947
Change prev-buffer' to previous-buffer'; add note on them using the
...
frame-local buffer list.
2005-12-16 11:33:25 +00:00
Luc Teirlinck
f63d5a0ec1
Introductory comment change.
...
(custom-magic-alist): Change message string for the `rogue' state.
2005-12-16 03:43:51 +00:00
Luc Teirlinck
6769aefaf9
*** empty log message ***
2005-12-16 03:42:27 +00:00
Richard M. Stallman
62e5dd0852
*** empty log message ***
2005-12-16 02:07:23 +00:00
Richard M. Stallman
1e81215898
Delete defcustom variable :tag names.
2005-12-16 02:06:54 +00:00
Richard M. Stallman
6c76000bb3
(partial-completion-mode): Doc fix.
2005-12-16 02:06:11 +00:00
Richard M. Stallman
324d09a608
(flyspell-external-point-words): Use save-excursion to ensure we don't
...
move backward in the search loop, not even one character.
(flyspell-delete-all-overlays): Use remove-overlays directly.
2005-12-16 02:02:42 +00:00
Richard M. Stallman
09b2eb5e8c
(ispell-current-personal-dictionary): New variable.
...
(ispell-start-process): Set that variable.
Clear ispell-buffer-local-name.
(ispell-internal-change-dictionary):
Set ispell-current-dictionary after killing process.
(ispell-buffer-local-dict):
Don't set spell-personal-dictionary after killing process.
(ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
(ispell-tex-skip-alists)
(ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
2005-12-16 02:00:02 +00:00
Richard M. Stallman
078d58e013
(newsticker--retrieval-timer-list, newsticker--display-timer)
...
(newsticker-running-p, newsticker-ticker-running-p): Definitions moved up.
2005-12-16 01:55:46 +00:00
Kim F. Storm
171aaa8a9e
*** empty log message ***
2005-12-16 00:44:41 +00:00
Nick Roberts
c962897d11
(gdb-many-windows): Echo new state in minibuffer.
2005-12-15 21:21:43 +00:00
Nick Roberts
5df0c23b74
*** empty log message ***
2005-12-15 21:20:47 +00:00
David Ponce
a07efa9f7c
(recentf-dialog-goto-first): Fix missing error condition.
...
(recentf-edit-list, recentf-open-files): Signal an error when
there is no recent file.
2005-12-15 20:23:46 +00:00
David Ponce
d0ccae3ee4
*** empty log message ***
2005-12-15 20:23:19 +00:00
Bill Wohler
7a5df5a9ad
* mh-e.el (mh-delete-msg): Sync docstrings with manual.
...
* mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
(mh-thread-previous-sibling, mh-thread-ancestor)
(mh-thread-delete, mh-thread-refile): Ditto.
2005-12-15 19:32:01 +00:00
Romain Francoise
9cfeca9e06
*** empty log message ***
2005-12-15 18:44:35 +00:00
Richard M. Stallman
f98abf6dc1
*** empty log message ***
2005-12-14 23:14:14 +00:00
John Paul Wallington
eb2def1bc6
*** empty log message ***
2005-12-14 22:59:35 +00:00
Robert J. Chassell
6d298e78a2
*** empty log message ***
2005-12-14 22:23:30 +00:00