unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [fabrice.bauzac@wanadoo.fr: Info-fontify-node doesn't refill paragraphs properly]
       [not found] <E18ziPn-0007SJ-00@fencepost.gnu.org>
@ 2003-06-05  1:18 ` Kim F. Storm
  0 siblings, 0 replies; only message in thread
From: Kim F. Storm @ 2003-06-05  1:18 UTC (permalink / raw)
  Cc: emacs-devel


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-05  1:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E18ziPn-0007SJ-00@fencepost.gnu.org>
2003-06-05  1:18 ` [fabrice.bauzac@wanadoo.fr: Info-fontify-node doesn't refill paragraphs properly] Kim F. Storm

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