GNU bug report logs -
#15857
24.3.50; semantic-symref-hide-buffer should use quit-window
Previous Next
Reported by: Darren Hoo <darren.hoo <at> gmail.com>
Date: Sun, 10 Nov 2013 14:23:01 UTC
Severity: minor
Found in version 24.3.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
C-c , g then press q on the *Symref buffer should close window as
describe-function does, the behavior should be consistent across
different packages.
=== modified file 'lisp/cedet/semantic/symref/list.el'
--- lisp/cedet/semantic/symref/list.el 2013-09-17 15:50:33 +0000
+++ lisp/cedet/semantic/symref/list.el 2013-11-10 14:12:59 +0000
@@ -192,7 +192,7 @@
(defun semantic-symref-hide-buffer ()
"Hide buffer with semantic-symref results."
(interactive)
- (bury-buffer))
+ (quit-window))
(defcustom semantic-symref-results-summary-function 'semantic-format-tag-prototype
"Function to use when creating items in Imenu.
In GNU Emacs 24.3.50.8 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00)
of 2013-11-09 on Darren-rMBP.local
Bzr revision: 115046 xfq.free <at> gmail.com-20131109023646-nqoo2uv3hfjwoxiw
Windowing system distributor `Apple', version 10.3.1265
Configured using:
`configure --with-ns'
This bug report was last modified 7 years and 35 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.