Lute Kamstra
23db85ff00
Rewrote the local minor mode so that it can be
...
sticky as well and made sticky the default. Reimplemented the
global minor mode. Updated the commentary section to document
these changes.
(hl-line-sticky-flag): New user option.
(hl-line-overlay): Made it buffer-local and gave it a docstring.
(global-hl-line-overlay): New variable.
(hl-line-mode): Rewritten to use `hl-line-sticky-flag'.
(hl-line-highlight): Rewritten to use `hl-line-sticky-flag'.
(hl-line-unhighlight): Updated docstring.
(global-hl-line-mode): Implemented directly so that is does not
depend on `hl-line-mode' any more.
(global-hl-line-highlight, global-hl-line-unhighlight): New
functions.
2003-05-15 13:22:15 +00:00
Kenichi Handa
a5e726024f
(cyrillic-koi8-t): Alias of koi8-t.
2003-05-15 12:53:21 +00:00
Vinicius Jose Latorre
edf0b0c5ec
Avoid unnecessary calls to funs in header and footer variables
2003-05-15 02:32:03 +00:00
Stefan Monnier
c55b5fadff
*** empty log message ***
2003-05-15 01:37:54 +00:00
Stefan Monnier
75035a8056
(tex-compile-history, tex-input-files-re)
...
(tex-use-reftex, tex-compile-commands): New vars.
(tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
(tex-command-executable, tex-command-active-p, tex-compile-default)
New functions.
(tex-compile): New command.
(tex-mode-map): Bind it to C-c C-c.
2003-05-15 01:29:53 +00:00
John Paul Wallington
588c9a7153
(rmail-ignored-headers): Ignore Face: header.
2003-05-15 00:02:17 +00:00
Juanma Barranquero
bf5192c7fd
*** empty log message ***
2003-05-14 21:41:56 +00:00
Juanma Barranquero
5258c763ce
(format-annotate-function): Copy coding system into the new temp buffer.
2003-05-14 21:30:21 +00:00
Juanma Barranquero
9ee1638e3f
Fix typos. Patch from Jesper Harder <harder@ifa.au.dk>.
2003-05-14 21:27:14 +00:00
Stefan Monnier
3bdc13e46c
(completion-ignored-extensions): Add .svn.
...
(vc-svn-delete-file): New function.
2003-05-14 19:38:39 +00:00
Stefan Monnier
41a6d712c4
New file.
2003-05-14 18:57:05 +00:00
Stefan Monnier
9a274fbd38
(Qwindowp, Qwindow_live_p, Vwindow_list)
...
(Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
(Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
(Fset_window_configuration, Fcurrent_window_configuration)
(compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
(Fpos_visible_in_window_p, mark_window_cursors_off)
(window_internal_height, window_internal_width, Frecenter)
(Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
(replace_buffer_in_all_windows, init_window_once, init_window)
(syms_of_window, keys_of_window): Move from lisp.h to window.h.
2003-05-14 18:52:13 +00:00
Stefan Monnier
3f6abfd7b3
Include window.h.
2003-05-14 18:50:10 +00:00
Stefan Monnier
24d80a067c
(make_lispy_event): Apply modifiers to multibyte-char keys.
...
(keyremap): Add `parent' field.
(keyremap_step): Use it. Remove `parent' argument.
(read_key_sequence): Setup and use the new `parent' field.
2003-05-14 18:43:12 +00:00
John Paul Wallington
d4939c66c2
(insert-directory): Remove --dired switch when
...
`ls-lisp-use-insert-directory-program' is nil.
2003-05-14 16:20:51 +00:00
Stefan Monnier
1d2b9bbaf9
(cvs-append-to-ignore): New arg `old-dir'.
...
(cvs-mode-ignore): Use it.
2003-05-14 15:02:05 +00:00
Stefan Monnier
0ded0280ab
(cvs-parse-table): Remove unused var `type'.
...
Look up `.cvsignore' to see what to do with `new-dir' messages.
(cvs-parse-merge): Remove unused var `handled'.
2003-05-14 15:00:31 +00:00
Stefan Monnier
fd93e33104
*** empty log message ***
2003-05-14 02:03:10 +00:00
Stefan Monnier
877d353af8
(xemacsp): Remove. Replace with (featurep 'xemacs).
...
(ispell-graphic-p): Inline and then remove.
(toplevel): Get rid of unnecessary loop.
(ispell-parse-output, ispell-complete-word): Replace (substring s 0 1)
with a call to aref.
(ispell-get-line): Remove unused arg `reg-end'.
(ispell-region): Update corresponding call.
2003-05-14 01:54:28 +00:00
Stefan Monnier
c86c975de6
(undo): Remove left over asserts.
2003-05-14 00:57:02 +00:00
Stefan Monnier
2d045c916b
(cpp-make-overlay-hidden): Don't make intangible.
2003-05-13 21:43:08 +00:00
Stefan Monnier
812fade808
(compile-internal): Use with-current-buffer.
...
(compilation-set-window-height): Use save-selected-window.
2003-05-13 21:37:28 +00:00
Stefan Monnier
96a483d954
(ada-xref-update-project-menu): Use easymenu.
...
(ada-goto-declaration-other-frame): Remove unused arg other-frame.
(ada-gdb-application): Remove unused vars comint-exec, in-post-mode,
and gud-gdb-massage-args.
2003-05-13 21:15:44 +00:00
Stefan Monnier
c3d50a3048
(c-lang-defvar-init-form-tail): This is actually not a constant.
2003-05-13 21:03:53 +00:00
Stefan Monnier
f4103aec45
(autoconf-current-defun-function): Copy the syntax table before modifying it.
2003-05-13 20:59:15 +00:00
Stefan Monnier
f7a2f2c654
(ada-in-comment-p, ada-in-string-p)
...
(ada-in-string-or-comment-p): Use line-beginning-position.
2003-05-13 20:48:15 +00:00
Stefan Monnier
ea6a015d2e
(reftex-select-with-char): Don't assume that point-min == 1.
2003-05-13 20:42:19 +00:00
Stefan Monnier
4a9699d8c8
(reftex-toc-visit-location):
...
Don't switch the current window if the new buffer is in another.
(reftex-toc): Don't assume that point-min == 1.
2003-05-13 20:41:45 +00:00
Stefan Monnier
6df92b6f79
Typo.
2003-05-13 20:40:31 +00:00
Stefan Monnier
bd31028ffc
(reftex-what-macro): Don't assume that point-min == 1.
2003-05-13 20:40:11 +00:00
Stefan Monnier
cc311d2bbb
(reftex-extract-bib-entries, reftex-extract-bib-entries-from-thebibliography):
...
New arg re-list.
(reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\).
Use member-ignore-case. Don't add unnecessary trailing \n.
(reftex-offer-bib-menu): Consolidate duplicated code from
reftex-extract-bib-entries and reftex-extract-bib-entries-from-thebibliography.
2003-05-13 20:39:27 +00:00
Stefan Monnier
c64a682caf
*** empty log message ***
2003-05-13 20:15:13 +00:00
Simon Josefsson
11c10f3bf0
(smtpmail-open-stream): Don't hard code
...
starttls-program.
2003-05-13 19:48:50 +00:00
Stefan Monnier
1e96c0077d
(back-to-indentation): Simplify.
...
(undo-equiv-table, undo-in-region, undo-no-redo): New vars.
(undo): Use them to implement the no-redo form of undo.
(undo-only): New fun.
(shell-command): Don't require `shell' since shell-mode is autoloaded.
(insert-buffer): Simplify.
(completion-setup-function): Use minibufferp.
(event-apply-alt-modifier, event-apply-super-modifier)
(event-apply-hyper-modifier, event-apply-shift-modifier)
(event-apply-control-modifier, event-apply-meta-modifier):
Fix docstring to show the proper key sequence.
2003-05-13 19:45:01 +00:00
Stefan Monnier
dee9b44fb6
(uniquify-after-kill-buffer-p): Set default to t.
...
(uniquify-ignore-buffers-re): Revert to nil now that uniquify
is more careful about preserving buffer names.
2003-05-13 19:15:19 +00:00
Stefan Monnier
c960446b52
(menu-bar-options-menu) <cua-mode>: Use menu-bar-make-mm-toggle.
2003-05-13 19:13:13 +00:00
Juanma Barranquero
00f9fb8b36
Fix typo.
2003-05-13 18:41:25 +00:00
Stefan Monnier
67b6fd1cf0
(file-relative-name): Remove dead code.
...
Make sure \n in a filename does not confuse us.
2003-05-13 18:39:39 +00:00
Stefan Monnier
b0622c6d46
(describe-variable): Mention permanent local status.
2003-05-13 18:35:16 +00:00
Stefan Monnier
1cccb0b6d4
(comint-carriage-motion, comint-output-filter):
...
Bind inhibit-read-only rather than buffer-read-only.
(comint-truncate-buffer): Bind inhibit-read-only.
2003-05-13 18:30:46 +00:00
Stefan Monnier
94d79fb406
(cvs-make-cvs-buffer): Add the tag info.
...
(cvs-mode): Prevent pilot-error.
2003-05-13 15:22:39 +00:00
Rajesh Vaidheeswarran
9800cbdd7f
Add :link to commentary section
2003-05-13 14:30:58 +00:00
Stefan Monnier
d96c309f04
(vc-mcvs-registered, vc-mcvs-root): Check if file-name-directory returns nil.
2003-05-13 13:52:45 +00:00
Nick Roberts
c453792f84
(gdb-invalidate-assembler): Update assembler buffer
...
correctly when frame changes.
(gdb-info-threads-custom, gdb-threads-buffer-name)
(gdb-display-threads-buffer, gdb-frame-threads-buffer)
(gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number)
(gdb-threads-select, gdb-threads-mouse-select): New functions and
variable for a buffer that provides a selectable threads list.
2003-05-12 23:47:31 +00:00
Nick Roberts
81619b9387
*** empty log message ***
2003-05-12 23:46:27 +00:00
Juanma Barranquero
a8feaa041d
Fix typo.
2003-05-12 22:20:26 +00:00
Stefan Monnier
6a26cf4a72
(cvs-minor-current-files): Move before first use.
...
(defun-cvs-mode): Remove unused var `restdoc'.
(cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare.
(cvs-mode-diff-backup): Remove unused var `filter'.
(cvs-mode-run): Remove unused var `cvs-buf'.
(cvs-mode-do): Remove unused arg `parse'.
2003-05-12 18:16:43 +00:00
Stefan Monnier
277e1cb381
(cvs-parse-table): `New directory' messages include the full path.
2003-05-12 18:14:51 +00:00
Stefan Monnier
6adf3f60e4
(cvs-retrieve-revision): Make sure HEAD gets you the head of the branch.
2003-05-12 17:49:22 +00:00
Stefan Monnier
b00453052c
(sgml-namespace-re): New const.
...
(sgml-namespace-face): New face.
(sgml-font-lock-keywords-1): Use them.
2003-05-12 15:46:02 +00:00