From: storm@cua.dk (Kim F. Storm)
Cc: emacs-devel@gnu.org
Subject: Re: [fabrice.bauzac@wanadoo.fr: Info-fontify-node doesn't refill paragraphs properly]
Date: 05 Jun 2003 03:18:03 +0200 [thread overview]
Message-ID: <5xn0gxnwz8.fsf@kfs2.cua.dk> (raw)
In-Reply-To: <E18ziPn-0007SJ-00@fencepost.gnu.org>
I have just committed a patch intended to fix this problem.
Please try the latest version from CVS.
++kfs
> From: Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
> Subject: Info-fontify-node doesn't refill paragraphs properly
> Date: Sat, 29 Mar 2003 16:23:08 +0100
>
> When fontifying Info buffers, some paragraphs are refilled. However, the filling is sometimes curious. Here is an example:
>
> ================================================================
> File: test.info, Node: Top, Up: (dir)
>
> The Test Reference Manual
> *************************
>
> - Scheme Procedure: open path flags [mode] C Function: scm_open
> - (path, flags, mode) Open the file named by PATH for reading and/or
> - writing. FLAGS is an integer specifying how the file should be
> - opened. MODE is an integer specifying the permission bits of the
> - file, if it needs to be created, before the umask (see *note Top::) is
> - applied. The default is 666 (Unix itself has no default).
>
>
> ================================================================
>
> To reproduce the bug above, create a test.texi file:
>
> ================================================================
> @setfilename test.info
> @settitle Test Reference Manual
> @set MANUAL-EDITION 1.0
>
> @node Top, , , (dir)
> @top The Test Reference Manual
>
> @deffn {Scheme Procedure} open path flags [mode]
> @deffnx {C Function} scm_open (path, flags, mode)
> Open the file named by @var{path} for reading and/or writing.
> @var{flags} is an integer specifying how the file should be opened.
> @var{mode} is an integer specifying the permission bits of the file,
> if it needs to be created, before the umask (@pxref{Top}) is
> applied. The default is 666 (Unix itself has no default).
> @end deffn
> ================================================================
>
> Then create an Info file with `makeinfo test.texi' and look at it with
> C-u C-h i /tmp/test.info
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
parent reply other threads:[~2003-06-05 1:18 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <E18ziPn-0007SJ-00@fencepost.gnu.org>]
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=5xn0gxnwz8.fsf@kfs2.cua.dk \
--to=storm@cua.dk \
--cc=emacs-devel@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.