emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: Info-fontify-node doesn't refill paragraphs properly


From: Kim F. Storm
Subject: Re: address@hidden: Info-fontify-node doesn't refill paragraphs properly]
Date: 05 Jun 2003 03:18:03 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I have just committed a patch intended to fix this problem.
Please try the latest version from CVS.

++kfs

> From: Fabrice Bauzac <address@hidden>
> 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 <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]