Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: gdb-patches@sourceware.org
Subject: [obv doc] Fix too wide @smallexample  [Re: [patch 1/2] Provide $ddir substitution for --with-auto-load-safe-path]
Date: Wed, 09 May 2012 18:17:00 -0000	[thread overview]
Message-ID: <20120509181640.GA11556@host2.jankratochvil.net> (raw)
In-Reply-To: <8362c51ccr.fsf@gnu.org>

On Wed, 09 May 2012 19:41:08 +0200, Eli Zaretskii wrote:
> > --- a/gdb/doc/gdb.texinfo
> > +++ b/gdb/doc/gdb.texinfo
> > @@ -21007,7 +21007,7 @@ libthread-db:  Auto-loading of inferior specific libthread_db is on.
> >  local-gdbinit:  Auto-loading of .gdbinit script from current directory is on.
> >  python-scripts:  Auto-loading of Python scripts is on.
> >  safe-path:  List of directories from which it is safe to auto-load files
> > -            is /usr/local.
> > +            is $ddir/auto-load.
> >  @end smallexample
> >  
> >  @anchor{info auto-load}
> > @@ -21209,9 +21209,9 @@ get loaded:
> >  $ ./gdb -q ./gdb
> >  Reading symbols from /home/user/gdb/gdb...done.
> >  warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
> > -         declined by your `auto-load safe-path' set to "/usr/local".
> > +         declined by your `auto-load safe-path' set to "$ddir/auto-load".
> >  warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
> > -         declined by your `auto-load safe-path' set to "/usr/local".
> > +         declined by your `auto-load safe-path' set to "$ddir/auto-load".
> >  @end smallexample
> 
> I think these lines just got too long for @smallexample.  Did you try
> to produce the PDF version, and if so, did you see these lines
> overflow the margin?

I do not see there any problem, do you?
	http://people.redhat.com/jkratoch/smallexample.png

But I have seen some other two cases which format more wide than the
surrounding paragraphs, checked in those as obvious.


Thanks,
Jan


http://sourceware.org/ml/gdb-cvs/2012-05/msg00059.html

--- src/gdb/doc/ChangeLog	2012/05/06 15:31:04	1.1309
+++ src/gdb/doc/ChangeLog	2012/05/09 18:15:58	1.1310
@@ -1,3 +1,8 @@
+2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
+	Twice.
+
 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
 	* gdb.texinfo (Auto-loading safe path): Make 'directories'
--- src/gdb/doc/gdb.texinfo	2012/05/06 15:31:04	1.955
+++ src/gdb/doc/gdb.texinfo	2012/05/09 18:15:58	1.956
@@ -21004,7 +21004,8 @@
 (gdb) show auto-load
 gdb-scripts:  Auto-loading of canned sequences of commands scripts is on.
 libthread-db:  Auto-loading of inferior specific libthread_db is on.
-local-gdbinit:  Auto-loading of .gdbinit script from current directory is on.
+local-gdbinit:  Auto-loading of .gdbinit script from current directory
+                is on.
 python-scripts:  Auto-loading of Python scripts is on.
 safe-path:  List of directories from which it is safe to auto-load files
             is /usr/local.
@@ -21022,7 +21023,8 @@
 Loaded  Script
 Yes     /home/user/gdb/gdb-gdb.gdb
 libthread-db:  No auto-loaded libthread-db.
-local-gdbinit:  Local .gdbinit file "/home/user/gdb/.gdbinit" has been loaded.
+local-gdbinit:  Local .gdbinit file "/home/user/gdb/.gdbinit" has been
+                loaded.
 python-scripts:
 Loaded  Script
 Yes     /home/user/gdb/gdb-gdb.py


  reply	other threads:[~2012-05-09 18:17 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-09 15:47 [patch 1/2] Provide $ddir substitution for --with-auto-load-safe-path Jan Kratochvil
2012-05-09 17:43 ` Eli Zaretskii
2012-05-09 18:17   ` Jan Kratochvil [this message]
2012-05-09 18:48     ` [obv doc] Fix too wide @smallexample [Re: [patch 1/2] Provide $ddir substitution for --with-auto-load-safe-path] Eli Zaretskii
2012-05-09 18:59   ` [patch 1/2] Provide $ddir substitution for --with-auto-load-safe-path Jan Kratochvil
2012-05-09 20:08     ` Joel Brobecker
2012-05-11 16:46       ` Jan Kratochvil
2012-05-11 17:29         ` Joel Brobecker
2012-05-11 18:15       ` Jan Kratochvil
2012-05-11 18:13 ` Pedro Alves
2012-05-11 18:17   ` Jan Kratochvil
2012-05-11 18:59     ` Pedro Alves
2012-05-11 19:05       ` Jan Kratochvil
2012-05-11 19:15         ` Pedro Alves
2012-05-11 19:34           ` Jan Kratochvil
2012-05-11 20:28             ` [patch] Cosmetic fix 'show auto-load safe-path' for ":" [Re: [patch 1/2] Provide $ddir substitution for --with-auto-load-safe-path] Jan Kratochvil
2012-05-18 17:45               ` [commit] [patch] Cosmetic fix 'show auto-load safe-path' for ":" Jan Kratochvil
2012-05-11 18:19   ` [patch 1/2] Provide $ddir substitution for --with-auto-load-safe-path Joel Brobecker
2012-05-11 18:30     ` Jan Kratochvil
2012-05-11 19:38       ` Joel Brobecker
2012-05-11 19:54         ` Jan Kratochvil
2012-05-14 14:50           ` Joel Brobecker
2012-05-14 14:57             ` Jan Kratochvil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120509181640.GA11556@host2.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox