unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* nil indent-tabs-mode in *Help* removes links
@ 2007-07-01  0:19 Drew Adams
  2007-07-01 10:47 ` Stephen Berman
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2007-07-01  0:19 UTC (permalink / raw)
  To: Bug-Gnu-Emacs

emacs -Q
C-h b

Commands bound to keys are linked to help on them.

M-: (setq-default indent-tabs-mode nil)

C-h b

The listed commands are no longer linked. Clicking them with mouse-2
does nothing (error "No cross reference here").


In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-02 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENU
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t

Major mode: Dired by name

Minor modes in effect:
  encoded-kbd-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
<help-echo> <help-echo> <down-mouse-1> <mouse-1> C-h
b C-x 1 M-: ( s e t e q - <backspace> <backspace> <backspace>
q - d e f a u l t SPC i n d e n t - t a b s - m o d
e SPC n i l ) <return> C-h b C-x 1 <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar>
<help-menu> <report-emacs-bug>

Recent messages:
("C:\\Emacs-22.1\\bin\\emacs.exe" "-q" "--no-site-file" "--debug-init"
"C:\\drews-lisp-20")
Loading encoded-kb...done
For information about the GNU Project and its goals, type C-h C-p.
Loading dired...
Loading regexp-opt...done
Loading dired...done
For information about the GNU Project and its goals, type C-h C-p.
Loading help-mode...done
nil
Loading emacsbug...done

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

* Re: nil indent-tabs-mode in *Help* removes links
  2007-07-01  0:19 nil indent-tabs-mode in *Help* removes links Drew Adams
@ 2007-07-01 10:47 ` Stephen Berman
  2007-07-01 21:50   ` martin rudalics
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Berman @ 2007-07-01 10:47 UTC (permalink / raw)
  To: bug-gnu-emacs

On Sat, 30 Jun 2007 17:19:46 -0700 "Drew Adams" <drew.adams@oracle.com> wrote:

> emacs -Q
> C-h b
>
> Commands bound to keys are linked to help on them.
>
> M-: (setq-default indent-tabs-mode nil)
>
> C-h b
>
> The listed commands are no longer linked. Clicking them with mouse-2
> does nothing (error "No cross reference here").
>
>
> In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
>  of 2007-06-02 on RELEASE

I can reproduce this in GNU Emacs 22.1.1 (i686-pc-linux-gnu, GTK+
Version 2.10.6) of 2007-06-02 on escher and in GNU Emacs 22.1.50.6
(i686-pc-linux-gnu, GTK+ Version 2.10.6) of 2007-06-30 on escher.  In
both, however, there are two exceptions to the lost links: 
C-M-x           eval-defun
M-x             execute-extended-command

Steve Berman

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

* Re: nil indent-tabs-mode in *Help* removes links
  2007-07-01 10:47 ` Stephen Berman
@ 2007-07-01 21:50   ` martin rudalics
  2007-07-01 22:08     ` Stephen Berman
  0 siblings, 1 reply; 4+ messages in thread
From: martin rudalics @ 2007-07-01 21:50 UTC (permalink / raw)
  To: Stephen Berman; +Cc: bug-gnu-emacs

> I can reproduce this in GNU Emacs 22.1.1 (i686-pc-linux-gnu, GTK+
> Version 2.10.6) of 2007-06-02 on escher and in GNU Emacs 22.1.50.6
> (i686-pc-linux-gnu, GTK+ Version 2.10.6) of 2007-06-30 on escher.  In
> both, however, there are two exceptions to the lost links: 
> C-M-x           eval-defun
> M-x             execute-extended-command

Likely a typo.  Does it work if you replace the line

		      (skip-chars-backward "^\t\n")

in `help-make-xrefs' with

		      (skip-chars-backward "^ \t\n")

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

* Re: nil indent-tabs-mode in *Help* removes links
  2007-07-01 21:50   ` martin rudalics
@ 2007-07-01 22:08     ` Stephen Berman
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Berman @ 2007-07-01 22:08 UTC (permalink / raw)
  To: bug-gnu-emacs

On Sun, 01 Jul 2007 23:50:40 +0200 martin rudalics <rudalics@gmx.at> wrote:

>> I can reproduce this in GNU Emacs 22.1.1 (i686-pc-linux-gnu, GTK+
>> Version 2.10.6) of 2007-06-02 on escher and in GNU Emacs 22.1.50.6
>> (i686-pc-linux-gnu, GTK+ Version 2.10.6) of 2007-06-30 on escher.  In
>> both, however, there are two exceptions to the lost links: C-M-x
>> eval-defun
>> M-x             execute-extended-command
>
> Likely a typo.  Does it work if you replace the line
>
> 		      (skip-chars-backward "^\t\n")
>
> in `help-make-xrefs' with
>
> 		      (skip-chars-backward "^ \t\n")

Yep, this fixes it!

Steve Berman

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

end of thread, other threads:[~2007-07-01 22:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-01  0:19 nil indent-tabs-mode in *Help* removes links Drew Adams
2007-07-01 10:47 ` Stephen Berman
2007-07-01 21:50   ` martin rudalics
2007-07-01 22:08     ` Stephen Berman

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).