Stefan Monnier
4479a2f89a
(find-function-C-source-directory): New var.
...
(find-function-C-source): New fun.
(find-function-search-for-symbol): Use it.
2004-04-29 18:39:14 +00:00
Juanma Barranquero
66dc9a0f2f
(autoload-before-p): Remove.
...
(update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2004-04-27 22:46:52 +00:00
Stefan Monnier
f578d9f8aa
(checkdoc-output-error-regex-alist): New var.
...
(checkdoc-output-font-lock-keywords): Remove error regexp.
(checkdoc-output-mode-map): Remove.
(checkdoc-output-mode): Derive from compilation-mode.
(checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2004-04-23 22:25:17 +00:00
Stefan Monnier
09c774f713
(rx-syntax): Move sregex style syntax to code.
...
(rx-bracket, rx-check-any, rx-any): Clean up name space.
2004-04-23 21:25:58 +00:00
Stefan Monnier
ccfbe67988
Doc fixes.
...
(rx-constituents): Add/extend many forms.
(rx-check): Check form is a list.
(bracket): Defvar.
(rx-check-any, rx-any, rx-check-not): Modify.
(rx-not): Simplify.
(rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
(rx-kleene): Use rx-trans-forms.
(rx-quote-for-set): Delete.
(rx): Allow multiple args.
2004-04-23 21:23:29 +00:00
Stefan Monnier
6f8e359068
(batch-byte-recompile-directory): Add byte-recompile-directory's opt `arg'.
2004-04-21 22:34:27 +00:00
Stefan Monnier
780b142e2d
(checkdoc-output-mode): Make it a normal major mode.
...
(checkdoc-buffer-label): Make sure the file name is meaningful.
(checkdoc-output-to-error-buffer): Remove.
(checkdoc-error, checkdoc-start-section): Rewrite.
2004-04-21 20:54:03 +00:00
Richard M. Stallman
67d170f2d2
(easy-menu-add): Do call x-popup-menu, but only if it's defined.
2004-04-21 19:14:49 +00:00
Richard M. Stallman
dc0485c4f8
(disassemble): Handle lambda-exp as arg.
2004-04-21 19:14:04 +00:00
Richard M. Stallman
a4f6653194
Fix previous change.
2004-04-21 19:13:00 +00:00
Richard M. Stallman
0a0eb031ad
(byte-compile-no-warnings): Handle multiple args: compile like progn.
2004-04-21 19:12:04 +00:00
Richard M. Stallman
ae122ad2d4
(with-no-warnings): Simplify: take all args as &rest arg.
2004-04-21 19:10:29 +00:00
Stefan Monnier
a080ff233c
(batch-byte-compile-file): Give a backtrace if requested.
2004-04-14 20:43:45 +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
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
7d0e09557f
(byte-compile-cond): Fix last change.
2004-04-12 03:11:10 +00:00
Miles Bader
1f3ddf11e8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
...
Remove RCS keywords
2004-04-10 Miles Bader <miles@gnu.org>
RCS keyword removal (only non-comment changes are enumerated here):
* lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
(byte-compile-insert-header): Don't use `byte-compile-version'.
* lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
instead of calculating something from the RCS `State' keyword
[the latter is almost entirely useless anyway].
* lisp/forms.el (forms-version): Variable removed.
(forms-mode): Don't use `forms-version'.
* lisp/recentf.el (recentf-version): Variable removed.
* lisp/progmodes/delphi.el (delphi-version): Variable removed.
* lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2004-04-10 05:55:49 +00:00
Stefan Monnier
b1b2ae8162
(easy-menu-add): Make it work in non-X Emacs.
2004-04-09 16:41:36 +00:00
Eli Zaretskii
05ec033b10
(rx): Work at compile time, not run time.
2004-03-27 11:52:07 +00:00
Stefan Monnier
98fdbd102f
(ad-subr-arglist): Undo part of last patch.
2004-03-23 02:45:33 +00:00
Stefan Monnier
d08c4c2857
Fix copyright.
2004-03-22 15:38:14 +00:00
Stefan Monnier
eaf33a1780
(pp-eval-expression): Simplify.
2004-03-22 15:32:24 +00:00
Stefan Monnier
4f9d876485
(lisp-mode-variables): Don't set
...
normal-auto-fill-function and comment-indent-function.
The default values now work just as well.
Don't set font-lock-beginning-of-syntax-function since we already set
syntax-begin-function.
(lisp-outline-level): Put ;;;###autoload at same level as (.
(prin1-char): Quote special chars.
2004-03-22 15:31:46 +00:00
Stefan Monnier
de00302bfd
(lm-keywords-finder-p): Use defvar rather than with-no-warnings.
2004-03-22 15:28:28 +00:00
Stefan Monnier
e409c5272f
(edebug-display): Bring up a debug trace if the source location can't be found.
...
(edebug-compute-previous-result): Use prin1-char.
2004-03-22 15:27:46 +00:00
Stefan Monnier
b008007c6a
(checkdoc-error): Dont' assume point-min == 1.
...
(debug-ignored-errors): Add an entry.
2004-03-22 15:24:49 +00:00
Stefan Monnier
b122f3fb5a
(byte-recompile-directory): Ignore hidden dir.
...
(byte-compile-file): Output warning when deleting a file.
2004-03-22 15:23:59 +00:00
Stefan Monnier
66599b54fb
(defsubst): Add edebug spec and use backquote.
...
(dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
2004-03-22 15:22:34 +00:00
Stefan Monnier
e856a453a1
(byte-compile-log-lap, byte-compile-inline-expand): Use backquote.
...
(byte-optimize-pure-func): Rename from byte-optimize-concat.
(symbol-name, regexp-opt, regexp-quote): Mark as pure.
2004-03-22 15:21:08 +00:00
Stefan Monnier
1de9630d9b
(backquote-list*-macro): Use nreverse.
2004-03-22 15:17:01 +00:00
Stefan Monnier
35abd1e238
(ad-subr-arglist): Simplify.
2004-03-22 15:16:27 +00:00
Juri Linkov
b49c969bd0
Doc fix.
2004-03-22 07:48:01 +00:00
Juanma Barranquero
942269e7b4
(rx): Work at compile time, not run time.
2004-03-21 15:34:56 +00:00
Juanma Barranquero
7ab91c5f45
(make-obsolete-variable): Fix docstring.
2004-03-18 00:20:44 +00:00
Richard M. Stallman
8de4476933
(byte-compile-get-constant): For strings, do compare text properties.
2004-03-12 10:09:59 +00:00
Stefan Monnier
d8a8cbe26c
(lisp-mode-variables): Set it.
2004-03-08 02:15:05 +00:00
Eli Zaretskii
740b7c2dbb
(rx-check, rx-check-any, rx-check-not)
...
(rx-repeat, rx-check-backref, rx-syntax, rx-to-string): Use
lower-case "rx" in all error message.
(rx-or): Put group around result.
(rx-constituents): Add backref.
(rx-syntax): Add string-delimiter, comment-delimiter.
(rx-categories): Add combining-diacritic.
(rx-check-not, rx-greedy, rx): Doc fix.
(rx-backref, rx-check-backref): New.
2004-02-16 16:51:39 +00:00
Eli Zaretskii
062a9fce99
(rx-not): Bind case-fold-search to nil.
2004-02-16 12:12:02 +00:00
Luc Teirlinck
5410f047b3
(lisp-mode-variables): Adapt outline-regexp to the new conventions for
...
commenting out code.
2004-02-12 01:50:46 +00:00
Miles Bader
4d449b11a0
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84
...
Add lisp/emacs-lisp/macroexp.el
2004-02-10 01:52:31 +00:00
Andreas Schwab
c971696d04
(defstruct): Remove extra format string
...
argument.
(cl-struct-setf-expander): Likewise.
2004-02-08 22:41:39 +00:00
Andreas Schwab
d71eb4d4f2
(lm-verify): Remove useless use of
...
format.
2004-02-08 22:38:03 +00:00
Richard M. Stallman
ab43c85050
(byte-compile-compatibility): Doc fix.
...
(byte-compile-format-warn): New.
(byte-compile-callargs-warn): Use it.
(Format, message, error): Add byte-compile-format-like property.
(byte-compile-maybe-guarded): New.
(byte-compile-if, byte-compile-cond): Use it.
(byte-compile-lambda): Compile interactive forms, just to make
warnings about them.
2004-01-29 17:58:16 +00:00
Richard M. Stallman
750e563f99
(beginning-of-defun-raw, end-of-defun):
...
Iterate the hook function if arg is given.
(mark-defun, narrow-to-defun): Change order of finding the limits.
2004-01-29 17:56:42 +00:00
Stefan Monnier
e8a12926bb
(easy-mmode-define-navigation): Use a more robust check of widening.
2004-01-27 22:54:45 +00:00
Richard M. Stallman
7a21fef9ec
(cl-cannot-unload): New function.
...
(cl-unload-hook): Defvar this to run cl-cannot-unload.
2004-01-16 18:20:00 +00:00
Luc Teirlinck
3e7274ae13
*** empty log message ***
2004-01-16 01:48:11 +00:00
Luc Teirlinck
637692f434
Add fmakunbound' for
declare'.
2004-01-16 01:13:41 +00:00
Luc Teirlinck
9a7268cf3a
*** empty log message ***
2004-01-13 00:24:12 +00:00
Luc Teirlinck
7618fe8e02
(compile-defun): Doc fix.
2004-01-12 23:28:29 +00:00