- 14 Apr, 2004 17 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
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.
-
Stefan Monnier authored
Correctly handle negative arguments when calling hook functions.
-
Stefan Monnier authored
(compilation-error-properties): Use it. (compilation-shell-minor-mode-map): Don't bind mouse-2.
-
Stefan Monnier authored
Use posn-set-point to merge the mouse and non-mouse case.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
Make it work for non-mouse events.
-
Stefan Monnier authored
(diff-mouse-goto-source): Make it an alias of diff-goto-source.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Jesper Harder authored
-
Jesper Harder authored
-
Luc Teirlinck authored
(Buffer File Name): Add `find-buffer-visiting'. (Buffer Modification): Mention optional ARG to `not-modified'. (Indirect Buffers): Mention optional CLONE argument to `make-indirect-buffer'.
-
Luc Teirlinck authored
(Visiting Functions): `find-file-hook' is now a normal hook. (File Name Expansion): Explain difference between the way that `expand-file-name' and `file-truename' treat `..'. (Contents of Directories): Mention optional ID-FORMAT argument to `directory-files-and-attributes'. (Format Conversion): Mention new optional CONFIRM argument to `format-write-file'.
-
Juri Linkov authored
-
- 13 Apr, 2004 22 commits
-
-
Miles Bader authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(compilation-shell-minor-mode-map, compile-mouse-goto-error) (compile-goto-error): Re-merge the mouse and non-mouse commands.
-
Daniel Pfeiffer authored
(compilation-sentinel): Restructure code equivalently. (compilation-next-error): Find message on same line after point if not found before point. (compile-mouse-goto-error): Restore function so that compilation buffer need not be current and use compile-goto-error. (compile-goto-error): Restore function. (next-error): Set overlay-arrow-position. (compilation-forget-errors): Don't localize already local compilation-locs and remove FIXME about refontifying.
-
Kim F. Storm authored
-
Kim F. Storm authored
(command-line): New option -Q. Like -q --no-site-file, but in addition it also disables menu-bar, tool-bar, scroll-bars, tool-tips, and the blinking cursor. (command-line-1): Skip startup screen if -Q. (fancy-splash-head): Use :align-to center prop to center splash image.
-
Kim F. Storm authored
(cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
-
Kim F. Storm authored
-
Stefan Monnier authored
Fix off-by-one boundary check for string and comment fences.
-
Kim F. Storm authored
height to glyph height when cursor row is not fully visible. (make_cursor_line_fully_visible): Add FORCE_P arg to return failure in case row is higher than window. Callers changed. (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd). Try to scroll partially visible, higher-than-window cursor row. (redisplay_window): Always try to scroll partially visible, higher-than-window cursor row - both initially and again with centering_position = 0. Clear desired matrix before retrying with centering_position = 0.
-
Kim F. Storm authored
scrolling_window actually did scroll. (scrolling_window): Only return 1 if we actually did scroll.
-
Kim F. Storm authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Daniel Pfeiffer authored
-
Daniel Pfeiffer authored
-
Stefan Monnier authored
(syntax): Don't require. (python) <defgroup>: Add :version. (python-quote-syntax): Re-written. (inferior-python-mode): Move stuff here from run-python and add some more. (python-preoutput-continuation, python-preoutput-result) (python-dotty-syntax-table): New. (python-describe-symbol): Use them. (run-python): Move stuff to inferior-python-mode. Modify code loaded into Python. (python-send-region): Use python-proc, python-send-string. (python-send-string): Send newlines too. Callers changed. (python-load-file): Re-written. (python-eldoc-function): New. (info-look): Don't require. (python-after-info-look): New. A modified version of former top-level code for use with eval-after-load. (python-maybe-jython, python-guess-indent): Use widened buffer. (python-fill-paragraph): Re-written. (python-mode): Fix outline-regexp. Set outline-heading-end-regexp, eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
-
Stefan Monnier authored
-
Stefan Monnier authored
Set compilation-error-regexp-alist earlier.
-
Stefan Monnier authored
-
Miles Bader authored
More RCS keyword removal
-
Luc Teirlinck authored
has been killed. Correct the error message if the base buffer does not exist.
-
- 12 Apr, 2004 1 commit
-
-
Stefan Monnier authored
-