Commit graph

2672 commits

Author SHA1 Message Date
Chong Yidong
67765e7129 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
2000-12-08 (bug#1297) :-O
2008-11-03 02:52:45 +00:00
Martin Rudalics
22371c2a5c (save-selected-window-norecord): Put
indent-function for save-selected-window-norecord.
2008-11-02 11:03:29 +00:00
Juanma Barranquero
6cda144ffe Fix typos in docstrings.
* cus-edit.el (customize-apropos-options, custom-comment)
  (custom-comment-tag, custom-face-edit-attribute-tag):
  Fix typos in docstrings.
  (custom-buffer-done-kill): Remove * from defcustom docstring.
  (custom-file): Fix typo in doc of defcustom choice.

* frame.el (display-visual-class): Fix typo in docstring.
  (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
  (special-display-frame-alist, show-trailing-whitespace)
  (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
  (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
  Remove * from defcustom docstrings.

* md4.el (md4-buffer): Fix typo in docstring.
  (md4, md4-64): Doc fixes.
  (md4-pack-int32): Reflow docstring.

* paths.el (rmail-file-name): Remove * from defcustom docstring.
  (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.

* rect.el (open-rectangle): Reflow docstring.
  (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".

* select.el (x-get-cut-buffer): Fix typo in docstring.

* timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
  (timezone-time-zone-from-absolute, timezone-leap-year-p):
  Fix typos in docstrings.

* emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
  Fix typos in docstrings.
2008-11-01 01:24:33 +00:00
Juanma Barranquero
bd07cecc10 Update. 2008-10-23 13:46:17 +00:00
Glenn Morris
0ee35e515b (flet): Throw an error when trying to byte-compile a redefinition of a
function with special byte-compile handling.  (Bug#411)
2008-10-23 02:40:37 +00:00
Chong Yidong
c4795b11bc (display-warning): Issue a message if called during daemon
initialization.
2008-10-11 22:06:52 +00:00
Chong Yidong
5dbe5c8fb7 (rx-constituents): Change `anything' to call
rx-anything. Change `not-wordchar' assignment to "\\W" from
"[^[:word:]]".
(rx-group-if): New function.
(rx-parent): New variable.
(rx-and, rx-or): Put shy groups only when necessary.
(rx-bracket): Remove.
(rx-anything): New function.
(rx-any-delete-from-range, rx-any-condense-range)
(rx-check-any-string): New functions.
(rx-check-any): Return result as a list. Don't convert chars to
strings. Don't prepend "\\" to "^". Don't search for close
bracket. Check char category string. Call rx-form instead of
rx-to-string.
(rx-any): Rebuid to complete the function.
(rx-check-not): Fix char category regexp pattern string. Call
rx-form instead of rx-to-string.
(rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
"[^^]". Call regexp-quote for one char string when not called from
rx-not. Add "\\w", and toggle to upcase. Add the case of
"\\[SCBW]" to toggle.
(rx-=, rx->=, rx -**, rx-repeat, rx-submatch): Call rx-form
instead of rx-to-string.
(rx-kleene): Call rx-form instead of rx-to-string. Call
rx-group-if to adjust putting of shy groups.
(rx-atomic-p): Make check more precisely.
(rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
(rx-regexp): Call rx-group-if.
(rx-form): New function.
(rx-to-string): Call rx-form, rx-group-if. Refine definition of
NO-GROUP.
2008-10-07 18:08:26 +00:00
Andreas Schwab
b55426e988 (syntax-ppss): Doc fix. 2008-10-06 10:03:59 +00:00
Stefan Monnier
716c808a99 (rx): Docstring fix. 2008-10-03 14:12:31 +00:00
Martin Rudalics
d6a3febd83 *** empty log message *** 2008-09-23 17:59:28 +00:00
Martin Rudalics
be10dcf247 (calculate-lisp-indent): Fix indentation problem with keyword symbols
when a list starts with ,@ or spaces.  (Bug#1012)
2008-09-23 07:06:12 +00:00
Glenn Morris
f3681087a3 (lisp-indent-offset): Fix custom type. (Bug#1011) 2008-09-20 21:55:04 +00:00
Glenn Morris
25b30b16a4 Ulrich Mueller <ulm at kph.uni-mainz.de>
Change encoding of file to utf-8.
(authors-coding-system): Likewise.
2008-09-20 19:54:27 +00:00
Michael Olson
a7be409c6b tq.el: Disable undo in buffer. 2008-09-20 04:39:32 +00:00
Glenn Morris
9a73a6c9db (try-face-font): Remove dead alias. 2008-09-02 02:43:52 +00:00
Chong Yidong
f3bb3e6895 (debug): When killing a noninteractive Emacs, give exit status -1. 2008-08-28 18:10:01 +00:00
Chong Yidong
b6bb817d39 Revert last change. 2008-08-15 00:06:12 +00:00
Chong Yidong
d478606111 (lisp-complete-symbol): Supply match-size to display-completion-list. 2008-08-14 23:44:14 +00:00
Stefan Monnier
59c7bf4d7b (easy-menu-add): Don't precompute keybindings
since those precomputed values aren't used any more.
(easy-menu-precalculate-equivalent-keybindings): Obsolete.
2008-08-14 17:42:21 +00:00
Chong Yidong
6957495d27 (beginning-of-defun): Doc fix. 2008-08-11 21:38:17 +00:00
Dan Nicolaescu
7c2fb837ec * bitmaps/README:
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.

* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.

* message.el (Module):

* gnus-start.el (Module):

* gnus-registry.el (Module):

* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.

* etags.c:
* emacsclient.c: Remove VMS support.

* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.

* ediff.texi: Remove VMS support.

* os.texi:
* intro.texi:
* files.texi: Remove VMS support.

* emacs.texi: Remove VMS support.

* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
2008-07-31 05:33:56 +00:00
Adrian Robert
14f798ff7e apply patch from Seiji Zenitani to find doc strings in ns*.m files 2008-07-28 13:19:10 +00:00
Glenn Morris
ce69239ac9 Regenerate. 2008-07-16 08:10:16 +00:00
Glenn Morris
3ff7d9ae02 Regenerate. 2008-07-16 02:52:49 +00:00
Glenn Morris
e3d954975b Simply require 'cl (silences spurious warnings). 2008-07-16 02:50:40 +00:00
Glenn Morris
56565c745b Simply require 'cl (silences spurious warnings).
(cl-compile-time-init): Remove function.
2008-07-16 02:50:00 +00:00
Glenn Morris
7467c796a1 (cl-do-pop, cl-mapcar-many): Declare for compiler.
(cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
directly.  Provide cl before loading cl-macs.
2008-07-16 02:49:35 +00:00
Glenn Morris
75d37c3dfc (check-declare-locate, check-declare-verify): Handle .m files. 2008-07-16 02:25:40 +00:00
Glenn Morris
f63b822ef9 (help-xref-interned): Declare. 2008-06-21 23:02:20 +00:00
Glenn Morris
210c6549fa (easy-mmode-set-keymap-parents): Evaluate definition when compiling. 2008-06-21 23:01:01 +00:00
John Paul Wallington
a86a16098e (define-derived-mode): Add `doc-string' declaration. 2008-06-21 20:00:04 +00:00
Stefan Monnier
b260aab7e0 (checkdoc-start-section, checkdoc-error):
Bind inhibit-read-only since the buffer is always read-only.
2008-06-20 16:20:48 +00:00
Glenn Morris
d6dc41d523 (byte-compile-maybe-guarded): Doc fix. 2008-06-13 04:16:23 +00:00
Stefan Monnier
2456bb63ba (map-y-or-n-p): Accept non-char events. 2008-06-12 20:43:03 +00:00
Glenn Morris
aa360da10d Add some compiler declarations, for builds without X. 2008-06-12 03:56:20 +00:00
Stefan Monnier
9b106871a4 * emacs-lisp/map-ynp.el (map-y-or-n-p): Add support for other-window-scroll.
* files.el (save-some-buffers-action-alist): Only use recursive-edit
if the user enabled recursive-minibuffers.
2008-06-11 01:47:48 +00:00
Stefan Monnier
a1562258dc * window.c (Vwindow_point_insertion_type): New var.
(set_window_buffer): Use it.
(syms_of_window): Init and export it to Lisp.
* progmodes/compile.el (compilation-mode):
Set window-point-insertion-type.
(compilation-filter): Don't use insert-before-markers any more.
* emacs-lisp/trace.el (trace-make-advice):
Set window-point-insertion-type in the trace buffer.
* startup.el (normal-top-level): Set window-point-insertion-type in
*Messages*.
* net/telnet.el (telnet-mode): Set window-point-insertion-type.
(telnet-filter): Don't use insert-before-markers any more.
* comint.el (comint-mode): Set window-point-insertion-type.
(comint-output-filter): Don't use insert-before-markers any more.
* button.el (make-text-button): Allow `start' to be a string.
2008-06-10 16:08:48 +00:00
Juanma Barranquero
e542c60089 (autoload-rubric): Fix coding cookie not to force Unix EOL. 2008-06-10 09:03:38 +00:00
Glenn Morris
69a343cc18 (autoload-rubric): Add coding cookie. 2008-06-10 03:07:15 +00:00
Stefan Monnier
ab5111e3df (byte-compile-current-group): New var.
(byte-compile-file): Initialize it.
(byte-compile-nogroup-warn): Keep track of the current group.
2008-06-08 02:07:25 +00:00
Glenn Morris
531fdf02d6 Commentary fixes.
Remove unnecessary eval-when-compile.
2008-06-07 02:41:46 +00:00
Stefan Monnier
b1d6575d63 (trace-entry-message, trace-exit-message): Use print-circle. 2008-06-05 05:46:11 +00:00
Glenn Morris
a98f63d48d (autoload-rubric): New function, extracted from autoload-ensure-default-file.
(autoload-ensure-default-file): Use autoload-rubric.
2008-06-05 02:37:06 +00:00
Glenn Morris
07e810660a Trent W. Buck <trentbuck at gmail.com> (tiny change)
(rx): Doc fix.
2008-06-04 07:12:44 +00:00
Stefan Monnier
145b63776b (checkdoc-this-string-valid-engine):
Don't encourage naming variables with "-flag".
2008-05-30 14:51:48 +00:00
Stefan Monnier
d338d019e4 (easy-menu-convert-item, easy-menu-convert-item-1):
Move the duplicate-generation outside of the caching so it also works
for identical entries.
2008-05-28 18:56:08 +00:00
Juanma Barranquero
242b1f684a (edebug-setup-hook, edebug-all-defs, edebug-all-forms, edebug-eval-macro-args,
edebug-save-windows, edebug-save-displayed-buffer-points, edebug-initial-mode,
edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro,
edebug-print-length, edebug-print-level, edebug-print-circle,
edebug-unwrap-results, edebug-on-error, edebug-on-quit,
edebug-global-break-condition, edebug-sit-for-seconds):
Remove spurious * from defcustom docstrings.
(edebug-unwrap*, edebug-signal, edebug-eval-display):
Improve argument/docstring consistency.
(edebug-test-coverage, edebug-gensym, edebug-read, edebug-top-level-nonstop,
edebug-eval-result-list, edebug-eval-redisplay, edebug-trace):
Fix typos in docstring.
(edebug-eval-defun, edebug-eval-top-level-form, edebug,
edebug-display-freq-count): Reflow docstrings.
(edebug-restore-status): Doc fix.
2008-05-24 22:56:41 +00:00
Stefan Monnier
9cc236e006 (regexp-opt): Always return a properly-grouped regexp. 2008-05-23 17:19:22 +00:00
Stefan Monnier
046f24aad3 (destructuring-bind): Fix spec. 2008-05-19 11:58:43 +00:00
Stefan Monnier
4ded1ddb22 (cl-set-nthcdr): Make it a defsubst so that
(setf (nthcdr ..) ..) doesn't require CL at runtime.
2008-05-12 01:45:41 +00:00