summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
Commit message (Expand)AuthorAgeFilesLines
* Add `size-indication-mode' to the menu on `mouse-1' "Top"Lars Ingebrigtsen2016-05-011-0/+4
* Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | * lisp/progmodes/which-func.el: Improve disabling the modeStefan Monnier2015-11-301-4/+2
|/
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-2/+2
* * lisp/bindings.el (debug-ignored-errors): Add mark-inactive.Juri Linkov2015-06-121-1/+1
* Fix the desired binding for comment-linePaul Eggert2015-02-221-1/+1
* * bindings.el (ctl-x-map): There is no 'C-;'.Paul Eggert2015-02-211-1/+1
* bindings.el (ctl-x-map): Fix `comment-line' binding.Artur Malabarba2015-02-211-1/+1
* newcomment.el (comment-line): New command on C-x C-;.Artur Malabarba2015-02-081-0/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use <up> and <down> keys to move point in the multi-line minibuffer.Juri Linkov2014-11-181-2/+2
* * lisp/bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.Lars Magne Ingebrigtsen2014-11-171-1/+1
* Fix error preloading bindings.el.Eli Zaretskii2014-11-141-9/+9
* Bind `M-s M-s' globally to `eww-search-words'Kenjiro NAKAYAMA2014-11-141-0/+1
* Small fixes re toggle-read-only, mainly docGlenn Morris2014-07-211-1/+1
* Fix bug #17986 with infloop in redisplay when default-directory is nil.Eli Zaretskii2014-07-131-5/+7
* * lisp/bindings.el: Put `ascii-character' property on keypad keys mapped to c...Juri Linkov2014-06-141-4/+8
* * lisp/electric.el (electric-newline-and-maybe-indent): New command.Stefan Monnier2014-03-201-1/+0
* * binding.el: Add comment describing why C-d binds to `delete-char'.Michal Nazarewicz2014-03-031-0/+5
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * bindings.el (visual-order-cursor-movement): Fix version.Leo Liu2013-12-131-1/+1
* * lisp/simple.el <Keypad support>: Remove key bindings duplicated with bindin...Juri Linkov2013-12-131-1/+1
* * lisp/bindings.el: Map kp keys to non-kp keys systematicallyJuri Linkov2013-12-111-35/+29
* * lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.Stefan Monnier2013-11-111-0/+1
* * lisp/bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.Juanma Barranquero2013-08-081-1/+1
* Don't call sit-for in right-char and left-char for visual cursor motion.Eli Zaretskii2013-06-301-4/+2
* Minor fix in right-char and left-char, per Stefan's comments.Eli Zaretskii2013-06-291-6/+2
* Implement visual-order cursor motion.Eli Zaretskii2013-06-291-12/+46
* Search and highlight symbol at point.Juri Linkov2013-06-031-0/+1
* Add an additional key ? for describe-prefix-bindingsLeo Liu2013-04-181-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* * lisp/bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)Stefan Monnier2012-10-091-26/+12
* * lisp/bindings.el (goto-map): Bind M-g TAB to move-to-column.Chong Yidong2012-09-301-0/+1
* Convert toggle-read-only calls to read-only-mode.Chong Yidong2012-09-231-1/+1
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* * lisp/ibuffer.el (ibuffer-do-toggle-read-only):Stefan Monnier2012-08-121-2/+1
* Bind M-= back to count-words-region, and let it accept a prefix arg.Chong Yidong2012-08-111-1/+1
* * lisp/bindings.el: Bind M-= to count-words.Chong Yidong2012-07-181-1/+1
* * rect.el (copy-rectangle-as-kill): New command.Reuben Thomas2012-07-141-1/+24
* lisp/bindings.el (top): Use `mapc' instead of `mapcar'.Juanma Barranquero2012-07-131-8/+8
* Give permanent-local property to per-buffer variables without defaults.Chong Yidong2012-07-131-1/+14
* Don't warn on toggle-read-only calls.Chong Yidong2012-07-131-1/+1
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-271-42/+62
* * lisp/bindings.el (global-map): Bind XF86Forward to next-buffer andSam Steingold2012-06-081-0/+4
* Allow clicking mouse-3 on mode line to change coding system.Chong Yidong2012-06-031-1/+8
* Make mode line help-echo visible for unibyte buffers.Chong Yidong2012-06-031-38/+32
* Implement default help-echo for mode line.Chong Yidong2012-06-031-158/+155
* Some cleanups for the buffer menu and electric buffer menu.Chong Yidong2012-05-061-1/+2