mu/mu4e
Tassilo Horn 34fe094561 Simplify mu4e-view-mode-map creation and fix `-` binding
`mu4e-view-mode-map` was initialized from a sparse keymap and eventually passed
to `suppress-keymap` in order to remove bindings to `self-insert-command` which
obviously make no sense in read-only buffers.  However, `suppress-keymap` also
remaps all digits and the minus sign to make prefix args, i.e., pressing 8
would be equal to `C-u 8` and `-` got bound to `negative-argument` instead of
`mu4e-view-mark-for-unflag` as defined.

While `suppress-keymap` has a `NODIGITS` arg to suppress the rebinding of
digits and minus sign (which would also mean that pressing a digit would try
inserting that digit and lead to an error), I chose the more straight-forward
solution and start from an empty rather than a sparse keymap and added the
`digit-argument` bindings for 0..9 explicitly.
2022-05-11 21:08:47 +02:00
..
obsolete Fix declare-function statements referencing gone mu4e-utils 2021-09-25 10:23:20 +02:00
Makefile.am build: build mu4e-{contacts,search}.el(c) too 2021-08-30 18:27:04 +03:00
TODO mu4e: Add possibility to forward messages as attachments 2017-01-13 16:30:25 +01:00
fdl.texi * fix guile / mu4e doc building 2012-10-20 15:49:53 +03:00
meson.build meson: Install mu4e/mu4e-about.org 2022-03-26 23:00:56 +03:00
mu4e-about.org Fix display of bugs link in mu4e-about.org 2018-03-17 22:33:31 -07:00
mu4e-actions.el mu4e: cleanups and flycheck fixes 2022-01-23 14:27:00 +02:00
mu4e-bookmarks.el mu4e: cleanups and flycheck fixes 2022-01-23 14:27:00 +02:00
mu4e-compose.el mu4e: contacts: use mu4e--contacts-set 2022-05-09 22:25:28 +03:00
mu4e-contacts.el mu4e: contacts: use mu4e--contacts-set 2022-05-09 22:25:28 +03:00
mu4e-context.el mu4e: cleanups and flycheck fixes 2022-01-23 14:27:00 +02:00
mu4e-contrib.el mu4e-(actions|control|org|update).el: tidy up 2021-08-31 08:46:27 +03:00
mu4e-draft.el mu4e: updates for core changes 2022-05-05 01:40:17 +03:00
mu4e-folders.el mu4e: cleanups and flycheck fixes 2022-01-23 14:27:00 +02:00
mu4e-headers.el mu4e: fix mu4e~headers-flag-str 2022-05-08 15:09:53 +03:00
mu4e-helpers.el mu4e: updates for core changes 2022-05-05 01:40:17 +03:00
mu4e-icalendar.el mu4e: updates for core changes 2022-05-05 01:40:17 +03:00
mu4e-lists.el mu4e: cleanups and flycheck fixes 2022-01-23 14:27:00 +02:00
mu4e-main.el Last updated timestamp in the main screen 2022-04-18 19:06:54 +03:00
mu4e-mark.el mu4e: cleanups and flycheck fixes 2022-01-23 14:27:00 +02:00
mu4e-message.el mu4e: updates for core changes 2022-05-05 01:40:17 +03:00
mu4e-meta.el.in mu4e: add NEWS(.org) as a main menu item 2015-06-09 21:08:02 +03:00
mu4e-org.el mu4e: updates for core changes 2022-05-05 01:40:17 +03:00
mu4e-search.el mu4e: contacts: use mu4e--contacts-set 2022-05-09 22:25:28 +03:00
mu4e-server.el mu/mu4e: implement mu4e-compose-complete-max 2022-05-06 21:58:51 +03:00
mu4e-speedbar.el mu4e-utils: refactor into mu4e-helpers, separate files 2021-08-29 21:40:42 +03:00
mu4e-update.el mu4e: use 'checked' instead of 'processed' 2021-11-10 22:32:28 +02:00
mu4e-vars.el mu4e-vars: remove some obsolete header-info 2022-05-08 14:49:43 +03:00
mu4e-view.el Simplify mu4e-view-mode-map creation and fix `-` binding 2022-05-11 21:08:47 +02:00
mu4e.el mu4e: contacts: use mu4e--contacts-set 2022-05-09 22:25:28 +03:00
mu4e.texi Fixed typo in mu4e.texi 2022-05-08 08:53:49 -04:00
texinfo-klare.css build: Extend makefile targets 2021-09-04 10:41:07 +03:00