aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (hide-ifdefs): Doc fix.Richard M. Stallman1994-07-291-1/+1
|
* (compilation-error-regexp-alist): Fix bug in BorlandRichard M. Stallman1994-07-271-3/+9
| | | | | C++ change. Make first regexp reject cases that give column numbers. Add new regexp for GNU format with column numbers.
* Finish installing previous change.Richard M. Stallman1994-07-261-111/+114
|
* (compilation-next-error-locus): New arg SILENT.Richard M. Stallman1994-07-261-4/+5
|
* Emacs 18 changes from Carl Witty.Tom Tromey1994-07-261-10/+17
|
* (c++-mode-syntax-table): Give RET the same syntax as newline.Richard M. Stallman1994-07-251-1/+2
|
* (visit-tags-table-buffer): Bind a variable local-tags-file-name with theRoland McGrath1994-07-201-68/+75
| | | | | | | value of tags-file-name before calling tags-verify-table, which switches buffers; change all references to use local-tags-file-name. Save current buffer before that call and on error, switch back before killing local value of tags-file-name.
* (compilation-error-regexp-alist): Allow `(' afterRichard M. Stallman1994-07-191-2/+4
| | | | linenum in "FILE", line LINENUM. Add backslash so C-M-a works.
* "Comment out" autoload cookies.Richard M. Stallman1994-07-151-4/+8
|
* Added ";;;###autoload" comments where appropriate.Tom Tromey1994-07-141-3/+9
|
* (compilation-next-error-locus): Don't callRichard M. Stallman1994-07-121-1/+7
| | | | compilation-forget-errors if compilation is still runing.
* (prolog-mode-syntax-table): Make newline end comments.Richard M. Stallman1994-07-121-0/+1
|
* (compilation-window-height): Use defvar.Richard M. Stallman1994-07-111-3/+3
| | | | | (compilation-leave-directory-regexp): Likewise. (compilation-enter-directory-regexp): Likewise.
* (find-tag-regexp): Bind to C-M-..Richard M. Stallman1994-07-101-0/+1
|
* (sh-chmod-argument): Change default.Richard M. Stallman1994-07-021-2/+3
|
* (visit-tags-table-buffer): Move error call into scope of `file'.Richard M. Stallman1994-07-021-2/+2
|
* (sh-set-shell): Obey sh-query-for-magic in all cases.Richard M. Stallman1994-07-011-7/+11
| | | | (sh-mode): Don't move point permanently.
* (minor-mode-map-alist): Add missing quote.Richard M. Stallman1994-06-301-1/+1
|
* (tag-exact-match-p): Fix typo in last change.Roland McGrath1994-06-281-1/+1
|
* (tag-exact-match-p): Test for point sitting after the explicit tag nameRoland McGrath1994-06-281-1/+4
| | | | itself.
* (visit-tags-table-buffer): Don't take car of return frmoRoland McGrath1994-06-241-10/+10
| | | | tags-table-including.
* Fix bits of last change lost in Emacs crash.Roland McGrath1994-06-231-3/+5
|
* (tags-table-including): Don't call tags-table-check-computed-list.Roland McGrath1994-06-231-9/+23
| | | | | After skipping a table not in core, make sure TABLES is non-nil before using it. At end, find the table in the user's list which includes FOUND.
* (tags-table-computed-list, tags-table-computed-list-for): New variables.Roland McGrath1994-06-171-376/+309
| | | | | | | | | | | | | | (tags-table-list-pointer, tags-table-list-started-at): Doc fixes. (tags-table-parent-pointer-list): Variable removed. (tags-table-check-computed-list, tags-table-extend-computed-list): New functions. (tags-find-table-in-list): Function removed. (tags-table-list-member): New function replaces it. (tags-verify-table): New function, broken out of visit-tags-table-buffer. (tags-table-including, tags-next-table): Rewritten. (visit-tags-table-buffer-cont): Variable removed. (visit-tags-table-buffer): Overhauled. (tag-exact-match-p): Disallow newline in tag string before \177.
* (find-tag-history): New variable.Richard M. Stallman1994-06-151-0/+3
| | | | (find-tag-noselect): Set that variable.
* (fortran-blink-matching-do): When looking for do,Richard M. Stallman1994-06-141-2/+2
| | | | insist on nondigit after it.
* Fix regexp in last change.Roland McGrath1994-06-141-2/+2
|
* (compilation-error-regexp-alist): Extend first regexp to handle Borland C++Roland McGrath1994-06-131-1/+5
| | | | msgs: "Warning" or "Error" before file name.
* (complete-tag): Likewise.Richard M. Stallman1994-06-101-1/+1
|
* tcl-current-word does the right thing in inferior-tcl-mode.Tom Tromey1994-06-051-4/+8
|
* Another menu fix.Tom Tromey1994-06-031-6/+9
|
* Fixed menu bug.Tom Tromey1994-06-031-6/+9
|
* Fixed bug in bug-reporting code.Tom Tromey1994-06-031-4/+7
|
* (compilation-error-regexp-alist): Stricter Lucid regexp.Richard M. Stallman1994-06-021-1/+1
|
* (fortran-link-matching-do): Ignore DO statements with line numbers.Richard M. Stallman1994-05-261-2/+2
|
* Menu items now sensitive as appropriate.Tom Tromey1994-05-261-10/+26
|
* (c-fill-paragraph): Don't include part of commentRichard M. Stallman1994-05-251-0/+5
| | | | terminator in the fill-prefix.
* (select-tags-table-mode): New function, a major mode.Richard M. Stallman1994-05-231-10/+22
| | | | | (select-tags-table): Call that. (select-tags-table-mode-map): New variable.
* Doc fix.Richard M. Stallman1994-05-223-6/+6
|
* Added bug-report keybindings and menu entries.Tom Tromey1994-05-221-6/+15
|
* Even more compile stuff.Tom Tromey1994-05-221-5/+8
|
* Moved emacs version checking code to very beginning.Tom Tromey1994-05-221-16/+19
|
* Compile fixes.Tom Tromey1994-05-221-12/+16
|
* Fixed mark-defun for 19.23.Tom Tromey1994-05-221-24/+32
| | | | More menu fixes.
* Fixed bug with M-;.Tom Tromey1994-05-221-15/+61
| | | | Wrote bug-reporting code.
* Fixes for imenu.Tom Tromey1994-05-221-3/+14
|
* Fixed menu support.Tom Tromey1994-05-221-78/+96
|
* (compilation-goto-locus): Handle case where *compilation*Richard M. Stallman1994-05-191-1/+4
| | | | is in a dedicated window.
* (asm-comment): Don't match newline.Karl Heuer1994-05-071-1/+1
|
* (hide-ifdef-syntax-table): New variable.Karl Heuer1994-05-071-54/+57
| | | | | (hif-tokenize): Use it. (hide-ifdef-mode): Don't clobber `c-mode-syntax-table'.