unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; incorrect links in GDB info
@ 2008-05-10 10:41 Peter Dyballa
  2008-05-10 10:53 ` Nick Roberts
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Dyballa @ 2008-05-10 10:41 UTC (permalink / raw)
  To: emacs-pretest-bug

Hello!

Node "32.6.5.4 Stack Buffer" starts with this paragraph:

	The stack buffer displays a "call stack", with one line for each of the
	nested subroutine calls ("stack frames") now active in the program.
	*Note Backtraces: (gdb)Backtrace.

The Backtraces link is incorrect:

	Info-find-file: Info file gdb does not exist

There are a lot more "(gdb)" related links.


In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, X toolkit, Xaw3d  
scroll bars)
  of 2008-05-10 on Latsche.local
Windowing system distributor `The XFree86 Project, Inc', version  
11.0.40400000
configured using `configure  '--without-sound' '--without-pop' '-- 
with-dbus' '--with-libotf' '--with-x-toolkit=athena' '--enable- 
locallisppath=/Library/Application Support/Emacs/calendar23:/Library/ 
Application Support/Emacs/caml:/Library/Application Support/Emacs:/sw/ 
share/emacs21/site-lisp/elib' 'PKG_CONFIG_PATH=/sw/lib/freetype219/ 
lib/pkgconfig:/sw/lib/fontconfig2/lib/pkgconfig:/sw/lib/qt4-x11/lib/ 
pkgconfig:/sw/lib/pkgconfig:/sw/share/pkgconfig:/usr/lib/pkgconfig:/ 
usr/local/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' 'CFLAGS=-ggdb - 
gfull -H -Wno-pointer-sign -bind_at_load -pipe -fPIC -mcpu=7450 - 
mtune=7450 -mno-powerpc64 -fast -mpim-altivec -ftree-vectorize -fno- 
crossjumping' 'CPPFLAGS=-no-cpp-precomp -I/sw/include -I/usr/local/ 
include -idirafter /usr/X11R6/include' 'LDFLAGS=-bind_at_load - 
dead_strip -multiply_defined suppress -L/sw/lib/ncurses -L/sw/lib -L/ 
usr/local/lib -L/usr/X11R6/lib''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: de_DE.UTF-8
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: de_DE.UTF-8
   value of $XMODIFIERS: nil
   locale-coding-system: utf-8-unix
   default-enable-multibyte-characters: t

Major mode: Info

Minor modes in effect:
   tooltip-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
   global-auto-composition-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> C-h i m e m a c s <return>
C-s g d b <return> <help-echo> <down-mouse-1> <mouse-2>
n n n n <help-echo> <down-mouse-1> <mouse-2> n n n
<help-echo> <down-mouse-1> <mouse-2> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<menu-bar> <help-menu> <send-emacs-bug-report>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Composing main Info directory...done
Mark saved where search started
Info-find-file: Info file gdb does not exist

--
Greetings

   Pete

These are my principles and if you don't like them... well, I have  
others.
				- Groucho Marx







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

* Re: 23.0.60; incorrect links in GDB info
  2008-05-10 10:41 23.0.60; incorrect links in GDB info Peter Dyballa
@ 2008-05-10 10:53 ` Nick Roberts
  2008-05-10 11:22   ` Peter Dyballa
  2008-05-10 11:09 ` Sven Joachim
  2008-05-10 11:14 ` Eli Zaretskii
  2 siblings, 1 reply; 7+ messages in thread
From: Nick Roberts @ 2008-05-10 10:53 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: emacs-pretest-bug

 > Node "32.6.5.4 Stack Buffer" starts with this paragraph:
 > 
 > 	The stack buffer displays a "call stack", with one line for each of the
 > 	nested subroutine calls ("stack frames") now active in the program.
 > 	*Note Backtraces: (gdb)Backtrace.
 > 
 > The Backtraces link is incorrect:
 > 
 > 	Info-find-file: Info file gdb does not exist

It's not incorrect, it's saying that it can't find the info manual for Gdb on
your system.  I'm not familiar with Mac OS X but do you have Gdb installed and,
if so, does that package include the Gdb manual?

 > There are a lot more "(gdb)" related links.

They all point to other parts of the Gdb manual.

 > In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, X toolkit, Xaw3d  
 > scroll bars)
 >   of 2008-05-10 on Latsche.local
 > Windowing system distributor `The XFree86 Project, Inc', version  
 > 11.0.40400000

-- 
Nick                                           http://www.inet.net.nz/~nickrob




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

* Re: 23.0.60; incorrect links in GDB info
  2008-05-10 10:41 23.0.60; incorrect links in GDB info Peter Dyballa
  2008-05-10 10:53 ` Nick Roberts
@ 2008-05-10 11:09 ` Sven Joachim
  2008-05-10 11:14 ` Eli Zaretskii
  2 siblings, 0 replies; 7+ messages in thread
From: Sven Joachim @ 2008-05-10 11:09 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: emacs-pretest-bug

Am 10.05.2008 um 12:41 schrieb Peter Dyballa:

> Node "32.6.5.4 Stack Buffer" starts with this paragraph:
>
> 	The stack buffer displays a "call stack", with one line for each of the
> 	nested subroutine calls ("stack frames") now active in the program.
> 	*Note Backtraces: (gdb)Backtrace.
>
> The Backtraces link is incorrect:
>
> 	Info-find-file: Info file gdb does not exist

Works for me.  Is the GDB manual installed on your system?

Sven




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

* Re: 23.0.60; incorrect links in GDB info
  2008-05-10 10:41 23.0.60; incorrect links in GDB info Peter Dyballa
  2008-05-10 10:53 ` Nick Roberts
  2008-05-10 11:09 ` Sven Joachim
@ 2008-05-10 11:14 ` Eli Zaretskii
  2 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2008-05-10 11:14 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: emacs-pretest-bug

> From: Peter Dyballa <Peter_Dyballa@Freenet.DE>
> Date: Sat, 10 May 2008 12:41:37 +0200
> Cc: 
> 
> Node "32.6.5.4 Stack Buffer" starts with this paragraph:
> 
> 	The stack buffer displays a "call stack", with one line for each of the
> 	nested subroutine calls ("stack frames") now active in the program.
> 	*Note Backtraces: (gdb)Backtrace.
> 
> The Backtraces link is incorrect:
> 
> 	Info-find-file: Info file gdb does not exist

As Nick points out, the problem is on your machine.  These links all
work for me.




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

* Re: 23.0.60; incorrect links in GDB info
  2008-05-10 10:53 ` Nick Roberts
@ 2008-05-10 11:22   ` Peter Dyballa
  2008-05-10 22:17     ` Stephen J. Turnbull
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Dyballa @ 2008-05-10 11:22 UTC (permalink / raw)
  To: Nick Roberts; +Cc: emacs-pretest-bug


Am 10.05.2008 um 12:53 schrieb Nick Roberts:

> I'm not familiar with Mac OS X but do you have Gdb installed and,
> if so, does that package include the Gdb manual?

GNU gdb 6.3.50-20050815 is installed – but no info file (some HTML  
instead is available)! Thanks, I understand now *my* problem!

--
Greetings

   Pete

Almost anything is easier to get into than out of.
				– Allen's Law





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

* Re: 23.0.60; incorrect links in GDB info
  2008-05-10 11:22   ` Peter Dyballa
@ 2008-05-10 22:17     ` Stephen J. Turnbull
  2008-05-10 22:21       ` Nick Roberts
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen J. Turnbull @ 2008-05-10 22:17 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: emacs-pretest-bug, Nick Roberts

Peter Dyballa writes:
 > 
 > Am 10.05.2008 um 12:53 schrieb Nick Roberts:
 > 
 > > I'm not familiar with Mac OS X but do you have Gdb installed and,
 > > if so, does that package include the Gdb manual?
 > 
 > GNU gdb 6.3.50-20050815 is installed -- but no info file (some HTML  
 > instead is available)! Thanks, I understand now *my* problem!

Mac generally provides documentation in the form of PDF in the
Developer's Tools disk.  It's a shame, since Info is so much nicer for
this kind of doc browsing.

Unfortunately for some reason (a) MacPorts doesn't provide a more
recent gdb and (b) is generally horrible about providing
documentation.




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

* Re: 23.0.60; incorrect links in GDB info
  2008-05-10 22:17     ` Stephen J. Turnbull
@ 2008-05-10 22:21       ` Nick Roberts
  0 siblings, 0 replies; 7+ messages in thread
From: Nick Roberts @ 2008-05-10 22:21 UTC (permalink / raw)
  To: Stephen J. Turnbull; +Cc: emacs-pretest-bug, Peter Dyballa

 >  > GNU gdb 6.3.50-20050815 is installed -- but no info file (some HTML  
 >  > instead is available)! Thanks, I understand now *my* problem!
 > 
 > Mac generally provides documentation in the form of PDF in the
 > Developer's Tools disk.  It's a shame, since Info is so much nicer for
 > this kind of doc browsing.
 > 
 > Unfortunately for some reason (a) MacPorts doesn't provide a more
 > recent gdb and (b) is generally horrible about providing
 > documentation.

They also have their own version of Gdb, patched to work with Xcode and Emacs
is only provided from the terminal.  As a prorietary system, I presume that
they would rather you developed Cocoa (?) applications with their framework
than free software using Emacs.

-- 
Nick                                           http://www.inet.net.nz/~nickrob




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

end of thread, other threads:[~2008-05-10 22:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-10 10:41 23.0.60; incorrect links in GDB info Peter Dyballa
2008-05-10 10:53 ` Nick Roberts
2008-05-10 11:22   ` Peter Dyballa
2008-05-10 22:17     ` Stephen J. Turnbull
2008-05-10 22:21       ` Nick Roberts
2008-05-10 11:09 ` Sven Joachim
2008-05-10 11:14 ` Eli Zaretskii

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