summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* Update.Juanma Barranquero2008-10-231-1/+1
|
* (flet): Throw an error when trying to byte-compile a redefinition of aGlenn Morris2008-10-231-4/+8
| | | | function with special byte-compile handling. (Bug#411)
* (display-warning): Issue a message if called during daemonChong Yidong2008-10-111-12/+23
| | | | initialization.
* (rx-constituents): Change `anything' to callChong Yidong2008-10-071-106/+275
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (syntax-ppss): Doc fix.Andreas Schwab2008-10-061-1/+1
|
* (rx): Docstring fix.Stefan Monnier2008-10-031-3/+0
|
* *** empty log message ***Martin Rudalics2008-09-231-1436/+1436
|
* (calculate-lisp-indent): Fix indentation problem with keyword symbolsMartin Rudalics2008-09-231-1433/+1436
| | | | when a list starts with ,@ or spaces. (Bug#1012)
* (lisp-indent-offset): Fix custom type. (Bug#1011)Glenn Morris2008-09-201-1/+1
|
* Ulrich Mueller <ulm at kph.uni-mainz.de>Glenn Morris2008-09-201-19/+19
| | | | | Change encoding of file to utf-8. (authors-coding-system): Likewise.
* tq.el: Disable undo in buffer.Michael Olson2008-09-201-0/+1
|
* (try-face-font): Remove dead alias.Glenn Morris2008-09-021-1/+2
|
* (debug): When killing a noninteractive Emacs, give exit status -1.Chong Yidong2008-08-281-1/+1
|
* Revert last change.Chong Yidong2008-08-151-3/+1
|
* (lisp-complete-symbol): Supply match-size to display-completion-list.Chong Yidong2008-08-141-10/+11
|
* (easy-menu-add): Don't precompute keybindingsStefan Monnier2008-08-141-17/+6
| | | | | since those precomputed values aren't used any more. (easy-menu-precalculate-equivalent-keybindings): Obsolete.
* (beginning-of-defun): Doc fix.Chong Yidong2008-08-111-16/+21
|
* * bitmaps/README:Dan Nicolaescu2008-07-311-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* apply patch from Seiji Zenitani to find doc strings in ns*.m filesAdrian Robert2008-07-281-1/+1
|
* Regenerate.Glenn Morris2008-07-161-1/+1
|
* Regenerate.Glenn Morris2008-07-161-7/+2
|
* Simply require 'cl (silences spurious warnings).Glenn Morris2008-07-162-9/+12
|
* Simply require 'cl (silences spurious warnings).Glenn Morris2008-07-161-8/+1
| | | | (cl-compile-time-init): Remove function.
* (cl-do-pop, cl-mapcar-many): Declare for compiler.Glenn Morris2008-07-161-6/+11
| | | | | (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook directly. Provide cl before loading cl-macs.
* (check-declare-locate, check-declare-verify): Handle .m files.Glenn Morris2008-07-161-3/+3
|
* (help-xref-interned): Declare.Glenn Morris2008-06-211-0/+2
|
* (easy-mmode-set-keymap-parents): Evaluate definition when compiling.Glenn Morris2008-06-211-11/+12
|
* (define-derived-mode): Add `doc-string' declaration.John Paul Wallington2008-06-211-1/+2
|
* (checkdoc-start-section, checkdoc-error):Stefan Monnier2008-06-201-2/+5
| | | | Bind inhibit-read-only since the buffer is always read-only.
* (byte-compile-maybe-guarded): Doc fix.Glenn Morris2008-06-131-2/+2
|
* (map-y-or-n-p): Accept non-char events.Stefan Monnier2008-06-121-4/+3
|
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-122-0/+4
|
* * emacs-lisp/map-ynp.el (map-y-or-n-p): Add support for other-window-scroll.Stefan Monnier2008-06-111-23/+33
| | | | | * files.el (save-some-buffers-action-alist): Only use recursive-edit if the user enabled recursive-minibuffers.
* * window.c (Vwindow_point_insertion_type): New var.Stefan Monnier2008-06-101-1/+2
| | | | | | | | | | | | | | | | | (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.
* (autoload-rubric): Fix coding cookie not to force Unix EOL.Juanma Barranquero2008-06-101-1/+1
|
* (autoload-rubric): Add coding cookie.Glenn Morris2008-06-101-0/+1
|
* (byte-compile-current-group): New var.Stefan Monnier2008-06-081-7/+18
| | | | | (byte-compile-file): Initialize it. (byte-compile-nogroup-warn): Keep track of the current group.
* Commentary fixes.Glenn Morris2008-06-071-5/+4
| | | | Remove unnecessary eval-when-compile.
* (trace-entry-message, trace-exit-message): Use print-circle.Stefan Monnier2008-06-051-10/+11
|
* (autoload-rubric): New function, extracted from autoload-ensure-default-file.Glenn Morris2008-06-051-16/+20
| | | | (autoload-ensure-default-file): Use autoload-rubric.
* Trent W. Buck <trentbuck at gmail.com> (tiny change)Glenn Morris2008-06-041-6/+0
| | | | (rx): Doc fix.
* (checkdoc-this-string-valid-engine):Stefan Monnier2008-05-301-18/+21
| | | | Don't encourage naming variables with "-flag".
* (easy-menu-convert-item, easy-menu-convert-item-1):Stefan Monnier2008-05-281-17/+19
| | | | | Move the duplicate-generation outside of the caching so it also works for identical entries.
* (edebug-setup-hook, edebug-all-defs, edebug-all-forms, edebug-eval-macro-args,Juanma Barranquero2008-05-241-44/+45
| | | | | | | | | | | | | | | | | 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.
* (regexp-opt): Always return a properly-grouped regexp.Stefan Monnier2008-05-231-1/+1
|
* (destructuring-bind): Fix spec.Stefan Monnier2008-05-191-1/+1
|
* (cl-set-nthcdr): Make it a defsubst so thatStefan Monnier2008-05-121-1/+1
| | | | (setf (nthcdr ..) ..) doesn't require CL at runtime.
* Note that vc.el now uses this.Eric S. Raymond2008-05-091-1/+1
|
* (autoload-generate-file-autoloads): Don't use `iff' in docstring.Juanma Barranquero2008-05-081-1/+1
|
* (ad-special-form-p): Don't use `iff' in docstring.Juanma Barranquero2008-05-081-1/+1
|