- 12 Feb, 2011 1 commit
-
-
Chong Yidong authored
-
- 25 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 15 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 02 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 24 Jun, 2010 1 commit
-
-
Yoni Rabkin authored
* lisp/bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern, since it is not present when using some non-default switches.
-
- 25 May, 2010 1 commit
-
-
Stefan Monnier authored
* bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el, skeleton.el, term.el, time.el, wid-edit.el, woman.el, calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el, calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el, emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el, eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el, gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el, language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el, net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el, progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el, progmodes/ps-mode.el, progmodes/verilog-mode.el, progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el, textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el, textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to delete-backward-char by calls to delete-char.
-
- 13 Jan, 2010 1 commit
-
-
Glenn Morris authored
-
- 13 Oct, 2009 1 commit
-
-
Juanma Barranquero authored
should be automatically buffer-local, but isn't.)
-
- 12 Oct, 2009 1 commit
-
-
Juanma Barranquero authored
(bs-refresh): Add IGNORED arg for `revert-buffer' compatibility. Doc fix.
-
- 25 Sep, 2009 1 commit
-
-
Juanma Barranquero authored
when available, instead of hardcoding mode names. Doc fix.
-
- 22 Aug, 2009 1 commit
-
-
Glenn Morris authored
-
- 25 Feb, 2009 1 commit
-
-
Juanma Barranquero authored
* ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
-
- 23 Feb, 2009 1 commit
-
-
Juanma Barranquero authored
not `goto-line', to avoid distracting "Mark set" message.
-
- 05 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 08 Oct, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 25 Jun, 2008 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
(Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only. * bs.el: Use with-current-buffer. Simplify. (bs-toggle-readonly): Avoid vc-toggle-read-only.
-
- 06 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 07 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 04 Jan, 2008 2 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
* bs.el (bs--sort-by-mode, bs--get-mode-name): * imenu.el (imenu-add-to-menubar): * makesum.el (make-command-summary): * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu): * msb.el (msb--mode-menu-cond): * calc/calc-embed.el (calc-do-embedded): * emacs-lisp/helper.el (Helper-describe-mode): * mail/emacsbug.el (report-emacs-bug): * progmodes/hideshow.el (hs-grok-mode-type): * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function): * textmodes/table.el (*table--cell-describe-mode): Pass mode-name through format-mode-line.
-
- 24 Oct, 2007 1 commit
-
-
Juanma Barranquero authored
-
- 19 Oct, 2007 3 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
- 16 Oct, 2007 3 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(bs--restore-window-config): Keep the selected frame. (bs--track-window-changes, bs--remove-hooks): New functions. (bs-mode): Use `define-derived-mode'. Set hook to track window changes. (bs--show-with-configuration): Revert 2006-11-09 change. Don't reuse window unless it is visible on the selected frame. Restore window configuration (possibly in a different frame) before creating any window.
-
Juanma Barranquero authored
(bs-select, bs--insert-one-entry): Simplify. Use `when'. (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'. (bs-sort-buffer-interns-are-last): Use `string-match-p'. (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp, bs-maximal-buffer-name-column, bs-minimal-buffer-name-column, bs-configurations, bs-default-configuration, bs-alternative-configuration, bs-cycle-configuration-name, bs-string-show-always, bs-string-show-never, bs-string-current, bs-string-current-marked, bs-string-marked, bs-string-show-normally, bs-sort-functions, bs-default-sort-name): Remove * in docstrings. (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete, bs-apply-sort-faces, bs-next-config-aux): Use `when'. (bs--window-config-coming-from): Revert 2006-11-09 change. (bs--restore-window-config): Keep the selected frame. (bs--track-window-changes, bs--remove-hooks): New functions. (bs-mode): Use `define-derived-mode'. Set hook to track window changes. (bs--create-header): Remove. (bs--create-header-line): New function, based on `bs--create-header'. (bs--show-header): Use `bs--create-header-line'. (bs--show-with-configuration): Revert 2006-11-09 change. Don't reuse window unless it is visible on the selected frame. Restore window configuration (possibly in a different frame) before creating any window.
-
- 11 Oct, 2007 1 commit
-
-
Juanma Barranquero authored
(bs-mark-current, bs-unmark-current): Use it.
-
- 05 Oct, 2007 2 commits
-
-
Juanma Barranquero authored
font-locking in the *buffer-selection* buffer. (bs-show-sorted): Doc fix.
-
Juanma Barranquero authored
bs--get-size-string, bs--get-name, bs--get-mode-name, bs-mode): Fix typos in docstrings. (bs--format-aux): Doc fix.
-
- 03 Oct, 2007 3 commits
-
-
Juanma Barranquero authored
Fix typos in docstrings. (bs-buffer-sort-function, bs-mouse-select-other-frame, bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show): Doc fixes.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(bs-config-clear): Fix typo in docstring. (bs--show-header): Use `dolist' instead of `mapcar'. (bs-mode): Set `show-trailing-whitespace' to nil.
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 05 Jun, 2007 1 commit
-
-
Chong Yidong authored
`switch-to-buffer' has returned succesfully. (bs-cycle-next): Ditto. Also, don't bury the buffer when the window is dedicated (it could iconify the frame).
-
- 25 May, 2007 1 commit
-
-
Juanma Barranquero authored
returned succesfully. (bs-cycle-next): Ditto. Also, don't bury the buffer when the window is dedicated (it could iconify the frame).
-
- 21 Jan, 2007 1 commit
-
-
Glenn Morris authored
-
- 24 Dec, 2006 1 commit
-
-
Michaël Cadilhac authored
-
- 10 Nov, 2006 1 commit
-
-
Juanma Barranquero authored
(bs--show-with-configuration): Use `get-window-with-predicate' instead of `bs--window-for-buffer'.
-