- 22 Sep, 2010 1 commit
-
-
Glenn Morris authored
* lisp/emacs-lisp/package.el (package-menu-mode): `revert-buffer-function' is not automatically buffer-local.
-
- 21 Sep, 2010 5 commits
-
-
Stefan Monnier authored
(smie-indent-comment): Be more careful with comment-start-skip. (smie-indent-comment-close, smie-indent-comment-inside): New funs. (smie-indent-functions): Use them.
-
Michael Albinus authored
-
Jan Djärv authored
-
Jan Djärv authored
* menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable tool-bar-position. Don't modify frame parameters here.
-
Jan Djärv authored
-
- 20 Sep, 2010 12 commits
-
-
Stefan Monnier authored
(reftex-context-substring): Let-bind forward-sexp-function to nil since we don't need/want to treat \begin...\end as a block. Fixes: debbugs:7053
-
Stefan Monnier authored
* lisp/emacs-lisp/lisp.el (up-list): Don't do nothing silently.
-
Stefan Monnier authored
Set invisibility spec for pascal's outline mode. (pascal-outline-change): Clean up calling convention. (pascal-show-all, pascal-hide-other-defuns): Update callers.
-
Stefan Monnier authored
(prolog-smie-backward-token): New functions. (prolog-mode-variables): Use them to parse "!," correctly. Set up smie-blink-matching for ".". * test/indent/prolog.prolog: Use normal spacing around !.
-
Stefan Monnier authored
and `end'. (ispell-region, ispell-process-line): Update users.
-
Stefan Monnier authored
point-min==1.
-
Stefan Monnier authored
(ispell-parse-output): Simplify, use push. (ispell-region): Use match-string-no-properties. (ispell-begin-skip-region-regexp): Use mapconcat to simplify. (ispell-minor-mode): Use define-minor-mode. (ispell-message): Remove unused var `skip-regexp'. (ispell-add-per-file-word-list): Use dynamic let-binding. Try and use the proper comment marker.
-
Stefan Monnier authored
(sendmail-send-it): Use line-beginning-position.
-
Stefan Monnier authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
- 19 Sep, 2010 5 commits
-
-
Stefan Monnier authored
(smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions. (smie-prec2-levels): Use them to better diagnose precedence cycles. (smie-blink-matching-check): Don't signal a mismatch if car is t. (smie-blink-matching-open): Rewrite to remove assumptions, so that something like "." can also be a closer. (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp) (smie-indent--offset, smie-indent--offset-rule, smie-indent--column): Rename internal functions to use "--". Update callers.
-
Stefan Monnier authored
-
Stefan Monnier authored
(fringe-mode, fringe-query-style): Use it.
-
Michael Mauger authored
* progmodes/sql.el: Version 2.8 (sql-login-params): Updated widget structure; changes still needed. (sql-product-alist): Add :list-all and :list-table features for SQLite, Postgres and MySQL products. (sql-redirect): Handle default value. (sql-execute, sql-execute-feature): New functions. (sql-read-table-name): New function. (sql-list-all, sql-list-table): New functions. User API (sql-mode-map, sql-interactive-mode-map): Add key definitions for above functions. (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions for above functions. (sql-postgres-login-params): Add user and database defaults. (sql-buffer-live-p): Bug fix. (sql-product-history); New variable. (sql-read-product): New function. Use it. (sql-set-product, sql-product-interactive): Use it. (sql-connection-history): New variable. (sql-read-connection): New function. Use it. (sql-connect): New function. (sql-for-each-login): Redesign function interface. (sql-make-alternate-buffer-name, sql-save-connection): Use it. (sql-get-login-ext, sql-get-login): Use it. Handle default values. (sql-comint): Check for program. Existing live buffer. (sql-comint-postgres): Add port parameter.
-
Stefan Monnier authored
(display-warning): Use special mode and make the buffer read-only.
-
- 18 Sep, 2010 5 commits
-
-
Jay Belanger authored
string when it follows a repeated or optional pattern.
-
Stefan Monnier authored
(indent-region): Use indent-according-to-mode. * test/indent/octave.m: Remove one more `fixindent'. Use `end'.
-
Eli Zaretskii authored
fringe.el (fringe-mode): Doc fix.
-
Kan-Ru Chen authored
-
Stefan Monnier authored
* lisp/emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro. (syntax-propertize-rules): Add var-ref case. Fix offset computation when adding surrounding \(..\). * lisp/progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove. (fortran-make-syntax-propertize-function): New function; replaces fortran-font-lock-syntactic-keywords. (fortran-mode): Use it. (fortran-line-length): Use it. Improve interactive spec. * lisp/progmodes/js.el (js-mode): Fix last change (bug#7054). * lisp/textmodes/tex-mode.el (tex-syntax-propertize-rules) (latex-syntax-propertize-rules): New consts; replace tex-font-lock-syntactic-keywords. (tex-env-mark, latex-env-before-change): New functions. (latex-electric-env-pair-mode): New minor mode. (tex-font-lock-verb): Change arguments; do move point. (tex-font-lock-syntactic-face-function): Adjust to new verbatim representation as a form of comment. (tex-font-lock-keywords-1): Remove workaround, now unneeded. (doctex-syntax-propertize-rules): New const; replaces doctex-font-lock-syntactic-keywords. (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
-
- 17 Sep, 2010 8 commits
-
-
Stefan Monnier authored
Use with-current-buffer.
-
Stefan Monnier authored
(isearch-highlight): Use new name.
-
Eli Zaretskii authored
fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not 5, for `half' width fringes. (Bug#6933)
-
Stefan Monnier authored
(byte-compile-defvar): "foo/bar" does not lack a prefix.
-
Stefan Monnier authored
-
Jan D authored
* dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width in calculating new frame position. Add more space between new and parent on the left. * frame.c (Ftool_bar_pixel_width): New function to expose tool bar's pixel width to Lisp.
-
Michael Albinus authored
defmacro.
-
Chong Yidong authored
-
- 16 Sep, 2010 3 commits
-
-
Chong Yidong authored
* term/x-win.el (x-cut-buffer-or-selection-value): Define as obsolete alias for x-selection-value.
-
Chong Yidong authored
-
Michael Albinus authored
-
- 15 Sep, 2010 1 commit
-
-
Michael Albinus authored
(tramp-compat-font-lock-add-keywords, tramp-compat-process-get) (tramp-compat-process-put): New defuns. * net/tramp.el (top): * net/tramp-gvfs.el (top): * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'. * net/tramp.el (tramp-progress-reporter-update): Use `tramp-compat-funcall. * net/tramp.el (tramp-process-actions): * net/tramp-gvfs.el (tramp-handle-vc-registered): * net/tramp-sh.el (tramp-gvfs-handler-askquestion) (tramp-get-remote-stat, tramp-get-remote-readlink): Use `tramp-compat-with-temp-message'. * net/tramp-sh.el (top): Require 'cl. (tramp-handle-start-file-process): Use `tramp-compat-process-get'. (tramp-open-connection-setup-interactive-shell): Use `tramp-compat-process-put'.
-