emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ibuffer.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuffer.el
Date: Wed, 02 Jun 2004 18:08:02 -0400

Index: emacs/lisp/ibuffer.el
diff -c emacs/lisp/ibuffer.el:1.59 emacs/lisp/ibuffer.el:1.60
*** emacs/lisp/ibuffer.el:1.59  Thu May  6 07:23:55 2004
--- emacs/lisp/ibuffer.el       Wed Jun  2 22:05:16 2004
***************
*** 1,6 ****
  ;;; ibuffer.el --- operate on buffers like dired
  
! ;; Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: Colin Walters <address@hidden>
  ;; Maintainer: John Paul Wallington <address@hidden>
--- 1,6 ----
  ;;; ibuffer.el --- operate on buffers like dired
  
! ;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
  
  ;; Author: Colin Walters <address@hidden>
  ;; Maintainer: John Paul Wallington <address@hidden>
***************
*** 268,273 ****
--- 268,279 ----
                 (const :tag "Always except minibuffer" :value :nomini))
    :group 'ibuffer)
  
+ (defcustom ibuffer-jump-offer-only-visible-buffers nil
+   "If non-nil, only offer buffers visible in the Ibuffer buffer
+ in completion lists of the `ibuffer-jump-to-buffer' command."
+   :type 'boolean
+   :group 'ibuffer)
+ 
  (defcustom ibuffer-use-header-line (boundp 'header-line-format)
    "If non-nil, display a header line containing current filters."
    :type 'boolean
***************
*** 357,362 ****
--- 363,369 ----
      (define-key map (kbd "u") 'ibuffer-unmark-forward)
      (define-key map (kbd "=") 'ibuffer-diff-with-file)
      (define-key map (kbd "j") 'ibuffer-jump-to-buffer)
+     (define-key map (kbd "M-g") 'ibuffer-jump-to-buffer)
      (define-key map (kbd "DEL") 'ibuffer-unmark-backward)
      (define-key map (kbd "M-DEL") 'ibuffer-unmark-all)
      (define-key map (kbd "* *") 'ibuffer-unmark-all)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]