Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac3c7293
Commit
ac3c7293
authored
Aug 24, 2003
by
John Paul Wallington
Browse files
(ibuffer-formats): Make name and size columns wider.
parent
6c5acd7f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/ibuffer.el
lisp/ibuffer.el
+2
-2
No files found.
lisp/ChangeLog
View file @
ac3c7293
2003-08-24 John Paul Wallington <jpw@gnu.org>
* ibuffer.el (ibuffer-formats): Make name and size columns wider.
* man.el (Man-default-man-entry): Strip text properties when
snarfing parts of entry because `format' preserves properties.
2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
* files.el (file-newest-backup): Use `expand-file-name'.
...
...
lisp/ibuffer.el
View file @
ac3c7293
...
...
@@ -47,8 +47,8 @@ Operations include sorting, marking by regular expression, and
the ability to filter the displayed buffers by various criteria."
:group
'convenience
)
(
defcustom
ibuffer-formats
'
((
mark
modified
read-only
" "
(
name
1
6
1
6
:left
:elide
)
" "
(
size
7
-1
:right
)
(
defcustom
ibuffer-formats
'
((
mark
modified
read-only
" "
(
name
1
8
1
8
:left
:elide
)
" "
(
size
9
-1
:right
)
" "
(
mode
16
16
:right
:elide
)
" "
filename-and-process
)
(
mark
" "
(
name
16
-1
)
" "
filename
))
"A list of ways to display buffer lines.
...
...
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