Gerd Moellmann
b787fc059e
Use new backquote syntax.
1999-11-15 14:26:07 +00:00
Gerd Moellmann
8f011fdca9
(ps-mode-submit-bug-report): Added list
...
of customizable variables to bug report message. Added
system-type to package name in bug report.
1999-11-12 13:01:30 +00:00
Gerd Moellmann
aebf9ad1d2
(ps-mode-maintainer-address): New constant.
...
(ps-mode-submit-bug-report): New function. Entry added to menu.
1999-11-10 22:14:06 +00:00
Gerd Moellmann
155fc930d8
(ps-mode-print-function): Changed default
...
lpr-command to "lp" for some system-types. (copied from lpr.el
Emacs version 20.2.1).
1999-11-09 13:37:57 +00:00
Sam Steingold
4ff3fcc7d7
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
1999-11-02 23:19:22 +00:00
Gerd Moellmann
e8d017d059
* progmodes/compile.el (compilation-error-regexp-alist):
...
Undo previous change.
1999-10-30 19:15:17 +00:00
Gerd Moellmann
40d63d1fee
(compilation-error-regexp-alist): Recognize
...
MIPS Pro 7.3 compiler error message syntax.
1999-10-28 11:20:17 +00:00
Gerd Moellmann
eec3232e29
Doc-string fixes.
1999-10-28 11:12:54 +00:00
Gerd Moellmann
fb8abe0d11
Changed format of years in copyright notices.
1999-10-28 11:03:31 +00:00
Gerd Moellmann
655880d250
Changed format of years in copyright notice.
1999-10-28 11:00:34 +00:00
Dave Love
851231e955
Checkdoc-inspired fixes.
1999-10-27 22:38:17 +00:00
Stephen Eglen
2454554e05
Added (require 'custom) and deleted :version line from
...
octave-auto-indent. Both these changes were made to make Octave lisp
files compatible with Emacs 19.34 and XEmacs 20.
1999-10-24 18:17:01 +00:00
Dave Love
a564ebfca1
Minor doc fixes.
1999-10-22 17:04:35 +00:00
Gerd Moellmann
c22d928fa6
(ps-mode-print-function): Fix default
...
value: \"lpr\" changed to "lpr"
(ps-mode-version): New constant
(ps-mode-show-version): New function, added key in ps-mode-map
(ps-run-messages): Removed
(ps-run-font-lock-keywords-2): New defcustom variable replacing
ps-run-messages. These keywords now include the value of
ps-run-prompt, making its fontification customizable.
(ps-run-init): Removed \\n from docstring, it is now added when
the value is used
(ps-run-font-lock-keywords-1): Added checking for initial ^ in
ps-run-prompt
(ps-mode): Added ps-run-font-lock-keywords-2 to list of
customizable variables in doc-string (it's equivalent
ps-run-messages was missing in previous version of the doc-string)
(ps-run-mode): Simplified assignment to font-lock-defaults, using
symbols only
1999-10-19 11:47:44 +00:00
Stefan Monnier
767d12f23e
Use make-temp-file.
1999-10-15 16:03:59 +00:00
Gerd Moellmann
1a7244d9c5
Doc-string fixes.
1999-10-12 22:19:26 +00:00
Gerd Moellmann
99485bca13
New file. Major mode for editing PostScript.
1999-10-12 14:56:42 +00:00
Gerd Moellmann
7950374e67
Files not useful for Emacs 21.
1999-10-12 14:46:57 +00:00
Gerd Moellmann
f964dfcb0d
Added support for indenting existing scripts.
...
(sh-mode-map): Added new bindings.
(sh-mode): Updated mode doc-string for new commands, added
make-local-variable calls, initialize mode-specific variables.
(sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
is now a different function.
(sh-header-marker): Changed docstring.
(sh-set-shell): Initialize mode-specific variables.
(sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
(sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
Changed these define-skeleton calls to work with user-specified
indentation settings.
(sh-basic-indent-line, sh-blink, sh-calculate-indent)
(sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
(sh-electric-hash, sh-electric-less, sh-electric-rparen)
(sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
(sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
(sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
(sh-guess-basic-offset, sh-handle-after-case-label)
(sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
(sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
(sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
(sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
(sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
(sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
(sh-handle-this-then, sh-help-string-for-variable)
(sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
(sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
(sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
(sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
(sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
(sh-remove-our-text-properties, sh-rescan-buffer)
(sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
(sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
(sh-scan-case, sh-search-word, sh-set-char-syntax)
(sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
(sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
functions.
(sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
(sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
(sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
(sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
(sh-var-list): New variables.
1999-10-12 12:30:38 +00:00
Gerd Moellmann
d0b3f40ce8
New file.
...
Override some standard Emacs functions
1999-10-07 14:34:03 +00:00
Gerd Moellmann
7749c1a8cd
(ada-get-indent-*, ada-indent-current, ada-goto-*,
...
ada-indent-newline-indent): Rewritten to support the new indentation
scheme
(ada-case-read-exceptions, ada-create-case-exceptions):
New functions
(ada-fill-comment-paragraph): Add support for the
justification parameter
(ada-make-body, ada-gen-treat-proc,
ada-make-subprogram-body): Rewritten to benefit from the gnatstub
external program
1999-10-07 14:33:10 +00:00
Gerd Moellmann
3d8e389172
(ada-stmt-add-to-ada-menu): New function
...
(ada-subprogram-body): Correctly find the name of the
subprogram being created.
1999-10-07 14:32:32 +00:00
Gerd Moellmann
d41832c507
New file.
...
Easy editing of project files for the ada-mode
1999-10-07 14:31:47 +00:00
Gerd Moellmann
797aab3c02
New file. Use Gnat for lookup and completion in Ada mode
1999-10-07 14:25:59 +00:00
Alex Schroeder
801d1cb0e4
(sql-imenu-generic-expression): new, used to set
...
imenu-generic-expression.
(sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
imenu-case-fold-search, and imenu-syntax-alist.
(sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
setting font-lock-defaults' SYNTAX-ALIST.
1999-09-29 09:51:59 +00:00
Stephen Eglen
3a5a5d3673
(inferior-octave-startup): Ensure -i and --no-line-editing are passed
...
to Octave by including them here rather than storing them in
inferior-octave-startup-args.
1999-09-14 16:57:40 +00:00
Dave Love
b6339cee8e
(hide-ifdef-mode): Add autoload cookie.
1999-09-13 22:43:15 +00:00
Dave Love
04f12e5765
Comment.
1999-09-09 20:16:02 +00:00
Stephen Eglen
48495f0fd6
add --no-line-editing to inferior-octave-startup-args so that TABs in source
...
files are not interpreted as completion requests.
1999-09-06 19:20:29 +00:00
Eli Zaretskii
751d474c0a
(sh-tmp-file): Use $TMPDIR, if defined, for sh.
1999-09-06 09:05:24 +00:00
Eli Zaretskii
77f9071128
(c-macro-expansion): Use small-temporary-file-directory when non-nil.
1999-09-02 12:38:02 +00:00
Richard M. Stallman
6f9a5d90c6
(asm-mode): Set comment-start properly from asm-comment-char.
...
(asm-font-lock-keywords): Recognize instruction width suffixes.
1999-09-02 04:48:09 +00:00
Richard M. Stallman
565c8985a0
(tags-loop-continue): After tags-loop-operate returns, force skip to next file.
1999-08-29 20:32:04 +00:00
Richard M. Stallman
e3c0f9ded6
(compilation-error-regexp-alist): New item for SGI IRIX MipsPro compilers.
1999-08-29 19:54:39 +00:00
Richard M. Stallman
3d8be0c945
(compilation-error-regexp-alist):
...
Fix the Perl -w entry to allow period after line number.
Don't allow newlines in file name, but allow them after line number
for Perl debugging traces.
1999-08-29 19:44:22 +00:00
Richard M. Stallman
c4d7c00a24
(compilation-parsing-end,compilation-setup)
...
(compilation-filter, compilation-forget-errors)
(compilation-parse-errors): Use a marker instead of an integer for
`compilation-parsing-end'.
1999-08-29 19:07:33 +00:00
Richard M. Stallman
5e8b779fcb
(ada-tmp-directory): Use temporary-file-directory.
1999-08-28 18:25:40 +00:00
Alex Schroeder
1533eb58cc
(sql-sybase): use sql-server instead of sql-database.
1999-08-24 10:50:59 +00:00
Ray Blaak
06c24636be
checked in with -k by blaak at 1999/08/18 05:08:39
1999-08-18 05:08:39 +00:00
Karl Heuer
5762abecd3
Fix maintainer address.
1999-08-16 04:04:27 +00:00
Karl Heuer
ceab2c3125
(octave-maintainer-address): Use gnu.org.
1999-08-16 03:54:52 +00:00
Karl Heuer
51508f6de3
(simula): Provide simula', not simula-mode'.
1999-08-10 17:09:16 +00:00
Richard M. Stallman
0e9a110afd
(sql-accumulate-and-indent): Instead of testing
...
whether this is Emacs 20 before calling comint-accumulate,
test whether comint-accumulate is defined.
1999-08-06 00:51:50 +00:00
Richard M. Stallman
6393fef266
(c-inside-bracelist-p): Tighter test for
...
Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
1999-08-05 15:01:46 +00:00
Richard M. Stallman
94662de752
Customized.
1999-08-04 22:55:56 +00:00
Richard M. Stallman
2f585cfe9c
Many doc fixes.
...
(tcl-add-emacs-menu): Renamed from tcl-add-fsf-menu.
1999-08-03 12:42:09 +00:00
Dave Love
5aca2648a2
(fortran-indent-new-line): Make it an alias
...
for reindent-then-newline-and-indent.
1999-08-03 11:13:23 +00:00
Ray Blaak
95c1652d1c
checked in with -k by blaak at 1999/08/03 06:17:58
1999-08-03 06:17:58 +00:00
Dave Love
029ec30f69
(f90-mode-syntax-table): Change backslash to escape, not charquote.
1999-07-29 22:07:59 +00:00
Karl Heuer
70492703cb
Initial revision
1999-07-26 19:01:27 +00:00