Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1eb4b4b9
Commit
1eb4b4b9
authored
May 13, 2008
by
John Paul Wallington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(define-ibuffer-filter filename): Use `ibuffer-buffer-file-name'.
parent
92cb2eaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/ibuf-ext.el
lisp/ibuf-ext.el
+1
-10
No files found.
lisp/ChangeLog
View file @
1eb4b4b9
2008-05-13 John Paul Wallington <jpw@pobox.com>
* ibuffer.el (ibuffer-buffer-file-name): New function.
(define-ibuffer-column filename): Use it.
* ibuf-ext.el (define-ibuffer-filter filename): Use it.
2008-05-13 Chong Yidong <cyd@stupidchicken.com>
2008-05-13 Chong Yidong <cyd@stupidchicken.com>
* talk.el (talk): Simplify. Pass display arg to talk-add-display
* talk.el (talk): Simplify. Pass display arg to talk-add-display
...
...
lisp/ibuf-ext.el
View file @
1eb4b4b9
...
@@ -1030,16 +1030,7 @@ currently used by buffers."
...
@@ -1030,16 +1030,7 @@ currently used by buffers."
(
:description
"filename"
(
:description
"filename"
:reader
(
read-from-minibuffer
"Filter by filename (regexp): "
))
:reader
(
read-from-minibuffer
"Filter by filename (regexp): "
))
(
ibuffer-awhen
(
with-current-buffer
buf
(
ibuffer-awhen
(
with-current-buffer
buf
(
or
buffer-file-name
(
ibuffer-buffer-file-name
))
(
and
(
boundp
'dired-directory
)
(
let
((
dired-dir
(
if
(
stringp
dired-directory
)
dired-directory
(
car
dired-directory
))))
(
and
dired-dir
(
expand-file-name
dired-dir
))))
(
and
(
eq
major-mode
'vc-dir-mode
)
(
bound-and-true-p
default-directory
))))
(
string-match
qualifier
it
)))
(
string-match
qualifier
it
)))
;;;###autoload (autoload 'ibuffer-filter-by-size-gt "ibuf-ext")
;;;###autoload (autoload 'ibuffer-filter-by-size-gt "ibuf-ext")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment