unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17568: 24.4.50; Unknown button type 'help-xref' when do C-x C-s in shell mode
@ 2014-05-23 21:30 n179911
  2014-05-23 21:56 ` Drew Adams
  2014-05-23 22:42 ` Glenn Morris
  0 siblings, 2 replies; 4+ messages in thread
From: n179911 @ 2014-05-23 21:30 UTC (permalink / raw)
  To: 17568

I download emacs source from git and compile on Ubuntu 12.04.
When I do
1. M-x shell
2. do some shell comment
3. Save the shell to a file
4. C-x C-s
5. I get this error saying 'Unknown button type 'help-xref'




In GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2)
of 2014-05-23 on lbrmn-lnxub57
Windowing system distributor `The X.Org Foundation', version 11.0.11103000
System Description: Ubuntu 12.04.1 LTS

Configured using:
`configure --prefix=/home/cheungs/bin'

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND GPM DBUS GCONF GSETTINGS NOTIFY GNUTLS
LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB

Important settings:
value of $LANG: en_CA.UTF-8
locale-coding-system: utf-8-unix

Major mode: Shell

Minor modes in effect:
shell-dirtrack-mode: t
tooltip-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t

Recent input:
<down-mouse-1> <mouse-1> <escape> x s h e <tab> <return>
a d b SPC l o g c a t <return> C-x C-w C-a C-e a .
t x t <return> <escape> x r e p o <tab> r <tab> <r
eturn>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Saving file /home/cheungs/a.txt...
make-text-button: Unknown button type `help-xref'
Making completion list...

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message dired format-spec
rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util help-fns mail-prsvr mail-utils shell pcomplete comint
ansi-color ring time-date tooltip electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt
fringe tabulated-list newcomment lisp-mode prog-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process dbusbind
gfilenotify dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty emacs)

Memory information:
((conses 16 108026 7481)
(symbols 48 18258 0)
(miscs 40 152 211)
(strings 32 16622 5729)
(string-bytes 1 361452)
(vectors 16 15481)
(vector-slots 8 1048688 189547)
(floats 8 69 114)
(intervals 56 5189 1)
(buffers 960 14)
(heap 1024 54237 752))





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#17568: 24.4.50; Unknown button type 'help-xref' when do C-x C-s in shell mode
  2014-05-23 21:30 bug#17568: 24.4.50; Unknown button type 'help-xref' when do C-x C-s in shell mode n179911
@ 2014-05-23 21:56 ` Drew Adams
  2014-05-23 22:42 ` Glenn Morris
  1 sibling, 0 replies; 4+ messages in thread
From: Drew Adams @ 2014-05-23 21:56 UTC (permalink / raw)
  To: n179911, 17568

My crystal ball tells me this might represent more collateral damage
from bug #17109.  I say this because I've seen similar breakage
elsewhere, the problem being that existing code expected a buffer
to be in `help-mode' after `with-output-to-temp-buffer'.

HTH.  If not, ignore.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#17568: 24.4.50; Unknown button type 'help-xref' when do C-x C-s in shell mode
  2014-05-23 21:30 bug#17568: 24.4.50; Unknown button type 'help-xref' when do C-x C-s in shell mode n179911
  2014-05-23 21:56 ` Drew Adams
@ 2014-05-23 22:42 ` Glenn Morris
  2015-12-26 15:20   ` Lars Ingebrigtsen
  1 sibling, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2014-05-23 22:42 UTC (permalink / raw)
  To: n179911; +Cc: 17568

n179911 wrote:

> 1. M-x shell
> 2. do some shell comment
> 3. Save the shell to a file
> 4. C-x C-s
> 5. I get this error saying 'Unknown button type 'help-xref'

I cannot reproduce this.
Can you give a complete recipe starting from `emacs -Q'?

> In GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#17568: 24.4.50; Unknown button type 'help-xref' when do C-x C-s in shell mode
  2014-05-23 22:42 ` Glenn Morris
@ 2015-12-26 15:20   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2015-12-26 15:20 UTC (permalink / raw)
  To: Glenn Morris; +Cc: n179911, 17568

Glenn Morris <rgm@gnu.org> writes:

> n179911 wrote:
>
>> 1. M-x shell
>> 2. do some shell comment
>> 3. Save the shell to a file
>> 4. C-x C-s
>> 5. I get this error saying 'Unknown button type 'help-xref'
>
> I cannot reproduce this.
> Can you give a complete recipe starting from `emacs -Q'?

More information was requested, but no response was given within a few
months, so I'm closing this bug report.  If the problem still exists,
please reopen this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-26 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-23 21:30 bug#17568: 24.4.50; Unknown button type 'help-xref' when do C-x C-s in shell mode n179911
2014-05-23 21:56 ` Drew Adams
2014-05-23 22:42 ` Glenn Morris
2015-12-26 15:20   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).