- 13 Jun, 2013 18 commits
-
-
Juri Linkov authored
* lisp/isearch.el (isearch-yank-word, isearch-yank-line) (isearch-char-by-name, isearch-quote-char) (isearch-printing-char, isearch-process-search-char): Add optional count prefix arg. * lisp/international/isearch-x.el (isearch-process-search-multibyte-characters): Add optional count prefix arg. Fixes: debbugs:14563
-
Vitalie Spinu authored
(set-temporary-overlay-map): Use them; and take advantage of lexical-binding. Fixes: debbugs:14095
-
Glenn Morris authored
* startup.el (tty-handle-args): Don't just discard "--" and anything after.
-
Paul Eggert authored
-
Stefan Monnier authored
Use plist-get rather than CL's getf. (sieve-manage-parse-capability): Avoid CL's remove-if.
-
Paul Eggert authored
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
lisp/gnus/eww.el (eww-tag-select): Use the first value as the default value
-
Glenn Morris authored
-
Michael Albinus authored
* net/secrets.el (secrets-struct-secret-content-type): New defonst. (secrets-create-item): Use it. Prefix properties with interface.
-
Glenn Morris authored
-
Michael Albinus authored
-
Glenn Morris authored
-
Gnus developers authored
(eww-mode): Use `define-derived-mode' (eww-parse-headers): Parse headers from beginning of buffer so that file:// links work (eww-detect-charset): Detect charset from the <meta> tag
-
Michael Hoffman authored
(term-emulate-terminal): Respect term-suppress-hard-newline. Fixes: debbugs:12017
-
Glenn Morris authored
-
Kelly Dean authored
Fixes: debbugs:14479
-
E Sabof authored
* lisp/image-dired.el (image-dired-dired-toggle-marked-thumbs): Only remove a `thumb-file' overlay. Fixes: debbugs:14548
-
- 12 Jun, 2013 21 commits
-
-
Lars Magne Ingebrigtsen authored
-
Grégoire Jadi authored
Fixes: debbugs:14600
-
Tassilo Horn authored
test.
-
Tassilo Horn authored
-
Tassilo Horn authored
(reftex-citation-prompt, reftex-default-bibliography) (reftex-bib-or-thebib, reftex-get-bibfile-list) (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries) (reftex-bib-sort-author, reftex-bib-sort-year) (reftex-bib-sort-year-reverse, reftex-get-crossref-alist) (reftex-extract-bib-entries-from-thebibliography) (reftex-get-bibkey-default, reftex-get-bib-names) (reftex-parse-bibtex-entry, reftex-get-bib-field) (reftex-format-bib-entry, reftex-parse-bibitem) (reftex-format-bibitem, reftex-do-citation) (reftex-figure-out-cite-format, reftex-offer-bib-menu) (reftex-restrict-bib-matches, reftex-extract-bib-file) (reftex-insert-bib-matches, reftex-format-citation) (reftex-make-cite-echo-string, reftex-bibtex-selection-callback) (reftex-create-bibtex-file): Add docstrings, mostly by converting existing comments into docstrings.
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Andreas Schwab authored
-
Andreas Schwab authored
for auto-save files.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(ido-wide-find-dirs-or-files, ido-make-file-list-1): Go back to calling ido-ignore-item-p directly. Doesn't seem worth looping over files twice in ido-make-file-list-1.
-
Eyal Lotem authored
Fixes: debbugs:13003
-
Glenn Morris authored
-
Eyal Lotem authored
* lisp/ido.el (ido-delete-ignored-files): New function, split from ido-make-file-list-1. (ido-wide-find-dirs-or-files): Maybe ignore files. (ido-make-file-list-1): Use ido-delete-ignored-files. Fixes: debbugs:13003
-
Leo Liu authored
-
Leo Liu authored
(inferior-octave-completion-table) (inferior-octave-track-window-width-change) (octave-eldoc-function-signatures, octave-help) (octave-find-definition): Use single quoted strings. (inferior-octave-startup-args): Change default value. (inferior-octave-startup): Do not hard code "-i" and "--no-line-editing". (inferior-octave-resync-dirs): Add optional arg NOERROR. (inferior-octave-directory-tracker): Use it. (octave-goto-function-definition): Robustify. (octave-help): Support highlighting operators in 'See also'. (octave-find-definition): Find subfunctions only in Octave mode.
-
Stefan Monnier authored
named, then put a link to it. * lisp/help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names. * lisp/emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function. (cl-typep): Use it. (cl-eval-when): Simplify debug spec. (cl-define-compiler-macro): Use eval-and-compile. Give a name to the compiler-macro function instead of setting `compiler-macro-file'.
-
Lars Magne Ingebrigtsen authored
(eww-tag-select): Implement <select>
-
Xue Fuqiao authored
-
Stefan Monnier authored
* lisp/emacs-lisp/package.el: Use defstruct. (package-desc): New, main struct. (package--bi-desc, package--ac-desc): New structs, used to describe the format in external files. (package-desc-vers): Replace with package-desc-version accessor. (package-desc-doc): Replace with package-desc-summary accessor. (package-activate-1): Remove `package' arg since the pkg-vec now includes the name. (define-package): Use package-desc-from-define. (package-unpack-single): Change file-name arg to be a symbol. (package--add-to-archive-contents): Use package-desc-create and new accessor functions to package--ac-desc. (package-buffer-info, package-tar-file-info): Return a package-desc. (package-install-from-buffer): Remove `type' argument. Change pkg-info arg to be a package-desc. (package-install-file): Adjust accordingly. Use \' to match EOS. (package--from-builtin): New function. (describe-package-1, package-menu--generate): Use it. (package--make-autoloads-and-compile): Change name arg to be a symbol. (package-generate-autoloads): Idem and return the name of the file. * lisp/emacs-lisp/package-x.el (package-upload-buffer-internal): Change pkg-info arg to be a package-desc. Use package-make-ac-desc. (package-upload-file): Use \' to match EOS. * lisp/finder.el (finder-compile-keywords): Use package-make-builtin.
-
- 11 Jun, 2013 1 commit
-
-
Stefan Monnier authored
(vc-read-backend): New function. (vc-next-action): Use it.
-