unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#798: Info-hide-note-references and filling
@ 2008-08-27 18:06 ` Glenn Morris
  2008-08-28 16:20   ` martin rudalics
  2008-08-28 17:35   ` bug#798: marked as done (Info-hide-note-references and filling) Emacs bug Tracking System
  0 siblings, 2 replies; 3+ messages in thread
From: Glenn Morris @ 2008-08-27 18:06 UTC (permalink / raw)
  To: bug-gnu-emacs


emacs -Q
(info "(/path/to/your/build/info/emacs)Diary Customizing")

Scroll down to paragraph four. With the default value of
Info-hide-note-references, the display looks poor:

  recognizing a date.  Each date pattern is a list whose elements may be
  regular expressions (see Regular Expressions(elisp)
  .) or the symbols `month', `day', `year', `monthname', and

Note the big gap after '(elisp)', with an odd looking full-stop at the
start of the next line.

With Info-hide-note-references nil, the original text shows why this
happened:

  recognizing a date.  Each date pattern is a list whose elements may be
  regular expressions (*note Regular Expressions: (elisp)Regular
  Expressions.) or the symbols `month', `day', `year', `monthname', and


It would be nice if the Info-hide-note-references mechanism could do
some re-filling.







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

* bug#798: Info-hide-note-references and filling
  2008-08-27 18:06 ` bug#798: Info-hide-note-references and filling Glenn Morris
@ 2008-08-28 16:20   ` martin rudalics
  2008-08-28 17:35   ` bug#798: marked as done (Info-hide-note-references and filling) Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: martin rudalics @ 2008-08-28 16:20 UTC (permalink / raw)
  To: 798

 > emacs -Q
 > (info "(/path/to/your/build/info/emacs)Diary Customizing")
 >
 > Scroll down to paragraph four. With the default value of
 > Info-hide-note-references, the display looks poor:
 >
 >   recognizing a date.  Each date pattern is a list whose elements may be
 >   regular expressions (see Regular Expressions(elisp)
 >   .) or the symbols `month', `day', `year', `monthname', and
 >
 > Note the big gap after '(elisp)', with an odd looking full-stop at the
 > start of the next line.
 >
 > With Info-hide-note-references nil, the original text shows why this
 > happened:
 >
 >   recognizing a date.  Each date pattern is a list whose elements may be
 >   regular expressions (*note Regular Expressions: (elisp)Regular
 >   Expressions.) or the symbols `month', `day', `year', `monthname', and
 >
 >
 > It would be nice if the Info-hide-note-references mechanism could do
 > some re-filling.

That's what the option `Info-refill-paragraphs' is for.

martin







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

* bug#798: marked as done (Info-hide-note-references and filling)
  2008-08-27 18:06 ` bug#798: Info-hide-note-references and filling Glenn Morris
  2008-08-28 16:20   ` martin rudalics
@ 2008-08-28 17:35   ` Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2008-08-28 17:35 UTC (permalink / raw)
  To: Glenn Morris

[-- Attachment #1: Type: text/plain, Size: 848 bytes --]


Your message dated Thu, 28 Aug 2008 13:25:36 -0400
with message-id <f0prntoxv3.fsf@fencepost.gnu.org>
and subject line Re: bug#798: Info-hide-note-references and filling
has caused the Emacs bug report #798,
regarding Info-hide-note-references and filling
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
798: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=798
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2858 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: bug-gnu-emacs@gnu.org
Subject: Info-hide-note-references and filling
Date: Wed, 27 Aug 2008 14:06:52 -0400
Message-ID: <u0ljyifi2r.fsf@fencepost.gnu.org>


emacs -Q
(info "(/path/to/your/build/info/emacs)Diary Customizing")

Scroll down to paragraph four. With the default value of
Info-hide-note-references, the display looks poor:

  recognizing a date.  Each date pattern is a list whose elements may be
  regular expressions (see Regular Expressions(elisp)
  .) or the symbols `month', `day', `year', `monthname', and

Note the big gap after '(elisp)', with an odd looking full-stop at the
start of the next line.

With Info-hide-note-references nil, the original text shows why this
happened:

  recognizing a date.  Each date pattern is a list whose elements may be
  regular expressions (*note Regular Expressions: (elisp)Regular
  Expressions.) or the symbols `month', `day', `year', `monthname', and


It would be nice if the Info-hide-note-references mechanism could do
some re-filling.




[-- Attachment #3: Type: message/rfc822, Size: 1729 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: martin rudalics <rudalics@gmx.at>
Cc: 798-done@emacsbugs.donarmstrong.com
Subject: Re: bug#798: Info-hide-note-references and filling
Date: Thu, 28 Aug 2008 13:25:36 -0400
Message-ID: <f0prntoxv3.fsf@fencepost.gnu.org>

tags 798 notabug
stop

martin rudalics wrote:

>> It would be nice if the Info-hide-note-references mechanism could do
>> some re-filling.
>
> That's what the option `Info-refill-paragraphs' is for.

Oh, thanks.


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

end of thread, other threads:[~2008-08-28 17:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <f0prntoxv3.fsf@fencepost.gnu.org>
2008-08-27 18:06 ` bug#798: Info-hide-note-references and filling Glenn Morris
2008-08-28 16:20   ` martin rudalics
2008-08-28 17:35   ` bug#798: marked as done (Info-hide-note-references and filling) Emacs bug Tracking System

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