all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tino Calancha <f92capac@gmail.com>
To: 21850@debbugs.gnu.org
Cc: Tino Calancha <f92capac@gmail.com>
Subject: bug#21850: 25.0.50; Remapped next(previous)-line to ibuffer-for(back)ward-line
Date: Sun, 8 Nov 2015 00:00:26 +0900 (JST)	[thread overview]
Message-ID: <alpine.LRH.2.20.1511072355270.11442@calancha-ilc.kek.jp> (raw)

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]


Remapped next(previous)-line to ibuffer-forward(backward)-line

* lisp/ibuffer.el (ibuffer-mode-map): same remap is applied on dired.

In GNU Emacs 25.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.28)
  of 2015-11-07
Repository revision: 87f49c12573334d1d51048cc69ede7b3c121d4a3
Windowing system distributor 'The X.Org Foundation', version 11.0.11702000
System Description:	Debian GNU/Linux testing (stretch)




[-- Attachment #2: Type: text/plain, Size: 670 bytes --]

diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index 89477bd..a81b1cb 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -487,8 +487,10 @@ ibuffer-mode-map
 
     ;; immediate operations
     (define-key map (kbd "n") 'ibuffer-forward-line)
+    (define-key map [remap next-line] 'ibuffer-forward-line)
     (define-key map (kbd "SPC") 'forward-line)
     (define-key map (kbd "p") 'ibuffer-backward-line)
+    (define-key map [remap previous-line] 'ibuffer-backward-line)
     (define-key map (kbd "M-}") 'ibuffer-forward-next-marked)
     (define-key map (kbd "M-{") 'ibuffer-backwards-next-marked)
     (define-key map (kbd "l") 'ibuffer-redisplay)

             reply	other threads:[~2015-11-07 15:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-07 15:00 Tino Calancha [this message]
2016-02-23  5:12 ` bug#21850: 25.0.50; Remapped next(previous)-line to ibuffer-for(back)ward-line Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LRH.2.20.1511072355270.11442@calancha-ilc.kek.jp \
    --to=f92capac@gmail.com \
    --cc=21850@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.