GNU bug report logs -
#1338
uniquify uses advice
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Thu, 13 Nov 2008 17:35:03 UTC
Severity: minor
Tags: confirmed
Merged with 6259
Found in versions 24.0.50, 24.3.50, 25.0.94
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 27 Dec 2021 21:06:21 -0500
with message-id <jwvv8z98ow8.fsf-monnier+emacs <at> gnu.org>
and subject line Re: bug#1338: uniquify uses advice
has caused the debbugs.gnu.org bug report #1338,
regarding 24.0.50; `uniquify.el' advises `create-file-buffer'
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
1338: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1338
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
1. I thought that distributed Emacs code was not supposed to use
`defadvice'. `uniquify.el' uses it.
2. That advice makes the doc for `create-file-buffer' incorrect:
emacs -Q
C-h f create-file-buffer RET
There is nothing about the function being advised.
Now turn on `Use Directory Names in Buffer Names' from the `Options'
menu.
C-h f create-file-buffer RET
You now see this added to the doc string:
This function is advised.
After-advice `create-file-buffer-uniquify':
Uniquify buffer names with parts of directory name.
Now turn using directory names back off again, using the same menu item.
C-h f create-file-buffer RET
still says the same thing. It _seems_ to be saying (and it will be read
this way) that buffer names are currently being uniquified with parts of
buffer names - which is incorrect.
3. Besides all that, "uniquify" is not a word (OK, in English anyone can
invent a word, but it is not a well-known term). So any such doc should
be rephrased to say what actually happens to the buffer name.
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
of 2010-05-23 on G41R2F1
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/xpm/include'
[Message part 3 (message/rfc822, inline)]
> uniquify.el advises rename-buffer and create-file-buffer. It would be
> nice to get rid of this,
I finally did on `master`.
> hopefully just through the addition of suitable hooks in
> those functions.
I haven't bothered with hooks, tho.
Stefan
This bug report was last modified 3 years and 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.