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
John Paul Wallington
3affc0c775
(posn-set-point): Fix typos: parameter is position', not
posn'.
2004-04-14 20:31:37 +00:00
Stefan Monnier
32efc702b3
(run-python): Fix use of \n.
...
(python-load-file): Remove `try' from Python fragment.
(python-describe-symbol): Fix message.
2004-04-14 20:16:05 +00:00
Stefan Monnier
1e328a982c
(python-mouse-2-command, python-RET-command): Remove unused functions.
2004-04-14 18:59:10 +00:00
Stefan Monnier
f4e432bbf3
Doc fixes.
...
(comint-last-input-start, comint-last-input-end)
(comint-last-output-start): Give them values.
(comint-arguments): Avoid warning.
(comint-skip-prompt): Use line-end-position.
(comint-backward-matching-input): Rename arg to agree with doc.
(comint-extract-string): Use syntax-ppss.
(comint-dynamic-simple-complete): Delete useless list construction.
(comint-redirect-subvert-readonly): New.
(comint-redirect-preoutput-filter): Use it.
2004-04-14 18:58:45 +00:00
Stefan Monnier
6070505443
(info): Always jump to *info*.
2004-04-14 18:39:52 +00:00
Stefan Monnier
c7f8d055af
(xml-maybe-do-ns): New function to handle namespace
...
parsing of both attribute and element names.
(xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
(xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
(xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
(xml-parse-attlist): Make it do its own namespace parsing.
2004-04-14 18:36:14 +00:00
Stefan Monnier
44b254cc4f
(beginning-of-defun-raw, end-of-defun):
...
Correctly handle negative arguments when calling hook functions.
2004-04-14 18:20:23 +00:00
Stefan Monnier
60470fd2ec
(compilation-button-map): New keymap.
...
(compilation-error-properties): Use it.
(compilation-shell-minor-mode-map): Don't bind mouse-2.
2004-04-14 18:12:05 +00:00
Stefan Monnier
96ef1febd2
(checkdoc-output-mode-map, checkdoc-find-error-mouse, checkdoc-find-error):
...
Use posn-set-point to merge the mouse and non-mouse case.
2004-04-14 17:49:43 +00:00
Stefan Monnier
65114860f5
(smerge-popup-context-menu): Use it.
2004-04-14 17:40:57 +00:00
Stefan Monnier
1a8bd90a3d
(cvs-status-map): Update binding name.
2004-04-14 17:38:23 +00:00
Stefan Monnier
6dfa5acfe3
(cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
...
Make it work for non-mouse events.
2004-04-14 17:36:09 +00:00
Stefan Monnier
a1e2d7f757
(diff-goto-source): Make it work for mouse bindings.
...
(diff-mouse-goto-source): Make it an alias of diff-goto-source.
2004-04-14 17:31:42 +00:00
Stefan Monnier
a6cd3f650d
(compile-goto-error): Use it.
2004-04-14 17:30:49 +00:00
Stefan Monnier
541a44d22d
(mouse-set-point): Use it.
2004-04-14 17:30:17 +00:00
Stefan Monnier
17f53ffa0f
(posn-set-point): New function.
2004-04-14 17:28:33 +00:00
Jesper Harder
37600b6d00
(info-apropos): Don't clobber Info-history-list.
2004-04-14 15:58:30 +00:00