1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

25687 Commits

Author SHA1 Message Date
Juri Linkov
7226605688 (help-with-tutorial): Call `hack-local-variables'
to put into effect local variables from TUTORIAL files.
2004-04-18 22:12:23 +00:00
Juri Linkov
0134151707 * progmodes/cc-cmds.el (c-beginning-of-statement): Use
function `sentence-end' instead of variable `sentence-end'.
2004-04-18 22:09:27 +00:00
Juri Linkov
20796cbc49 (canonically-space-region, fill-nobreak-p, fill-delete-newlines):
Use function `sentence-end' instead of variable `sentence-end'.
2004-04-18 22:08:54 +00:00
Juri Linkov
32e40471c9 (sentence-end) <function>: New fun with default value taken
from the variable `sentence-end'.
(sentence-end) <defcustom>: Set default to nil.  Doc fix.
Add nil const to :type.
(sentence-end-without-period, sentence-end-double-space)
(sentence-end-without-space): Doc fix.
(forward-sentence): Use function `sentence-end' instead of
variable `sentence-end'.
2004-04-18 22:08:03 +00:00
Juri Linkov
d1d37da8ae *** empty log message *** 2004-04-18 15:29:18 +00:00
Juri Linkov
bf7d6fa785 (Info-find-file, Info-find-node-2): Add history and toc.
(Info-find-node-2): Simplify error message.
(Info-insert-dir): Use Info-following-node-name.
(Info-goto-node): Remove *info-history* and *info-toc*.
(Info-history): Create a node of the virtual history file.
(Info-toc): Create a node of the virtual toc file.
(Info-insert-toc): New arg `curr-file' for reference file names.
(info-apropos): Remove redundant var binding for temp-file.
(Info-index, Info-index-next, Info-mode): Doc fix.
(Info-goto-emacs-command-node): Don't jump to *info* from
non-*info* Info buffers.
(Info-fontify-node): Don't show the file name of external
references if `Info-hide-note-references' is `hide'.  Don't hide
newlines at the end of paragraphs.
2004-04-18 15:28:19 +00:00
Juri Linkov
ee59226950 (list-input-methods): Fix args to help-xref-button. 2004-04-18 15:13:25 +00:00
Andreas Schwab
225df13982 . 2004-04-18 11:05:20 +00:00
Andreas Schwab
fe4dda18f0 (compilation-start): Set window start to
point-min if compilation-scroll-output is nil.
2004-04-18 11:04:24 +00:00
John Wiegley
5f5d410aa1 2004-04-18 John Wiegley <johnw@newartisans.com>
* iswitchb.el (iswitchb-completions): Removed dependency on cl.
2004-04-18 10:31:29 +00:00
John Wiegley
8fef838baa *** empty log message *** 2004-04-18 10:30:54 +00:00
Nick Roberts
b65a2dbf33 (gdb-goto-info): Require 'info.
(gdb-info-breakpoints-custom): Revert previous change.
(gdb-view-assembler): Update assembler if necessary.
(gdb-frame-handler): Parse correctly for gdb-current-frame.
(gdb-display-source-buffer): Update properly when both source and
assembler are visible.
2004-04-17 23:14:17 +00:00
Nick Roberts
677eb6a5cf *** empty log message *** 2004-04-17 23:13:35 +00:00
John Wiegley
c80d953400 2004-04-17 John Wiegley <johnw@newartisans.com>
* iswitchb.el (iswitchb-max-to-show): Added a new config variable
	which optionally limits the number of names shown in the
	minibuffer.  Off by default.
	(iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
	up iswitchb for users with a multitude of open buffers, by showing
	only the first and last N/2 buffers in the completion list (which
	is enough for C-s/C-r, and to know that more characters need to be
	typed to refine the completion list).
2004-04-17 22:04:04 +00:00
John Wiegley
554e27417b *** empty log message *** 2004-04-17 22:02:45 +00:00
Richard M. Stallman
1ee652eb8e *** empty log message *** 2004-04-17 19:58:43 +00:00
Richard M. Stallman
f2440e42fa (locate-file-completion): Handle nil in path-and-suffixes.
(file-truename): Expand all ~ constructs directly.
(insert-directory): Delete any error msg output by the
`insert-directory-program'.
2004-04-17 19:58:19 +00:00
Richard M. Stallman
95c12694a4 (allout-mode-exposure-menu, allout-mode-editing-menu):
(allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
(allout-prior-bindings, allout-added-bindings): Defvars deleted.
(allout-init): Use find-file-hook, not find-file-hooks.
(allout-mode): Eliminate Emacs 18 support.
Use write-contents-functions, not local-write-file-hooks.
2004-04-17 19:53:58 +00:00
Luc Teirlinck
60ce7e3e04 (insert-directory): Minor whitespace fix in docstring. 2004-04-17 01:46:53 +00:00
Stefan Monnier
da879ae870 *** empty log message *** 2004-04-16 23:56:04 +00:00
Stefan Monnier
c02484a0f2 (python-compilation-line-number): Fix braindamage.
(python-load-file): Fix python-orig-start setting.
2004-04-16 23:36:13 +00:00
Stefan Monnier
6f5b76274c Doc fixes.
(compilation-error-regexp-alist-alist)
(compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
(compilation-assq): Wrap in eval-when-compile.
(compilation-mode-font-lock-keywords): Don't use list*.
(compilation-start): Avoid warning.
(compilation-compat-error-properties)
(compilation-directory-properties): Add keymap property.
(compilation-parsing-end): Make it a marker for better compatibility.
2004-04-16 23:22:07 +00:00
Daniel Pfeiffer
eb6fb6e2d5 (compilation-error-properties): Fix for adding messages when there are already
markers for their file.
(compilation-fake-loc): New function.
2004-04-16 23:06:34 +00:00
Stefan Monnier
b6ea794037 (python-after-info-look): Use with-no-warnings. 2004-04-16 22:58:28 +00:00
Stefan Monnier
a1dfa9a36d Doc fixes.
(xml-get-children): Only looks at sub-tags and ignore strings.
2004-04-16 22:46:26 +00:00
Stefan Monnier
43b5fd8135 (xml-parse-tag): Avoid overwriting node-name. 2004-04-16 22:26:53 +00:00
Stefan Monnier
a2fd14621d (url-debug): Use with-current-buffer. 2004-04-16 22:05:32 +00:00
Stefan Monnier
abbcaa0544 (url-nfs-file-attributes): Add id-format parameter.
(url-nfs-create-wrapper): Use new backquote syntax.
2004-04-16 22:04:33 +00:00
Stefan Monnier
3abd7705a8 (url-https-file-attributes): Add id-format param. 2004-04-16 22:02:46 +00:00
Stefan Monnier
3f19601e61 (url-http-head-file-attributes, url-http-file-attributes):
Add id-format parameter.
2004-04-16 22:01:56 +00:00
Stefan Monnier
c7389b5db8 Use new find-file-hook.
(url-file-attributes): Add id-format parameter.
2004-04-16 22:00:40 +00:00
Stefan Monnier
ca000afff9 (url-file-create-wrapper): Use new backquote syntax.
(url-file-file-attributes): Add id-format parameter.
2004-04-16 21:59:12 +00:00
Stefan Monnier
f1bfaf653b Use with-current-buffer.
(url-dav-process-response): Fix regexps and spurious quote.
(url-dav-file-attributes): Add id-format param.
2004-04-16 21:58:11 +00:00
Stefan Monnier
996884b257 (diff-end-of-hunk): Be more careful with unified hunks. 2004-04-16 21:52:14 +00:00
André Spiegel
3f0d8131f8 # 2004-04-16 10:26:02 +00:00
André Spiegel
c89d3cf581 (vc-default-workfile-unchanged-p): Quote signal. 2004-04-16 10:21:51 +00:00
André Spiegel
a0fa8faddc (vc-print-log): Quote signal. 2004-04-16 10:21:24 +00:00
Masatake YAMATO
6a4940b235 (completions-common-part): Rename from completion-de-emphasis.
(completions-first-difference): Rename from completion-emphasis. Suggested by RMS.
2004-04-16 08:57:51 +00:00
Masatake YAMATO
9a1120eaf9 (completion-setup-function): Set an initial value to element-common-end' before entering loop. Set a value to element-common-end' at the end of loop. The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list. 2004-04-16 08:45:40 +00:00
Vinicius Jose Latorre
cd9302563b email fix 2004-04-16 00:22:38 +00:00
Juanma Barranquero
dc5dcc000a (bookmark-send-edited-annotation): Fix docstring.
(bookmark-edit-annotation-mode): Add mode name.
2004-04-15 23:13:16 +00:00
Stefan Monnier
2a3d70d45d (smerge-match-conflict): Fix last change. 2004-04-15 20:46:54 +00:00
Stefan Monnier
9f0c286d22 (smerge-match-conflict): Try to do something sensible
for nested conflict markers.
(smerge-find-conflict): Better handle errors in smerge-match-conflict.
2004-04-15 20:19:11 +00:00
Nick Roberts
adbb5567a8 (gud-menu-map, gud-tool-bar-map): Add help button. 2004-04-15 20:04:38 +00:00
Nick Roberts
717e5022b7 (gdb-goto-info): New function. 2004-04-15 20:03:37 +00:00
Nick Roberts
865f6a2147 *** empty log message *** 2004-04-15 20:02:36 +00:00
Stefan Monnier
572943b30c *** empty log message *** 2004-04-14 20:45:43 +00:00
Stefan Monnier
a080ff233c (batch-byte-compile-file): Give a backtrace if requested. 2004-04-14 20:43:45 +00:00
Stefan Monnier
58e7eb2a3e (ada-create-menu): Remove redundant call. 2004-04-14 20:41:47 +00:00
Stefan Monnier
a1ae0e9c89 (python-orig-start-line, python-orig-file): Remove.
(python-orig-start): New var.
(python-input-filter, python-compilation-line-number)
(python-send-region, python-load-file): Use it.
2004-04-14 20:31:53 +00:00