unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13552: 24.3.50; glitch in Info formatting for cross reference
@ 2013-01-26  0:07 Drew Adams
  2013-01-26 10:57 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Drew Adams @ 2013-01-26  0:07 UTC (permalink / raw)
  To: 13552

(elisp) `The Mark' shows this to the user:
 
     If `shift-select-mode' is non-`nil' and the current command was
     invoked via shift translation (see shift-translation
     .), this function sets the mark and temporarily
     activates the region, unless the region was already temporarily
     activated in this way.  Otherwise, if the region has been activated
     temporarily, it deactivates the mark and restores the variable
     `transient-mark-mode' to its earlier value.
 
The problem is the visual newline between `shift-translation' and
`.'.  This is a no-no.
 
The actual text (which you see if you copy + paste) is this,
which is in fact filled properly:
 
     If `shift-select-mode' is non-`nil' and the current command was
     invoked via shift translation (*note shift-translation: Key
     Sequence Input.), this function sets the mark and temporarily
     activates the region, unless the region was already temporarily
     activated in this way.  Otherwise, if the region has been activated
     temporarily, it deactivates the mark and restores the variable
     `transient-mark-mode' to its earlier value.
 
A similar problem appears in the paragraph before that one:
 
     This function implements the "shift-selection" behavior of
     point-motion commands.  See Shift Selection(emacs)
     .  It is called automatically by the Emacs command loop
     whenever a command with a `^' character in its `interactive' spec
     is invoked, before the command itself is executed (*note ^:
     Interactive Codes.).
 
Again, the problem is the eliding of the text between `Shift Selection'
and `.'.  The actual text is this:
 
     This function implements the "shift-selection" behavior of
     point-motion commands.  *Note Shift Selection: (emacs)Shift
     Selection.  It is called automatically by the Emacs command loop
     whenever a command with a `^' character in its `interactive' spec
     is invoked, before the command itself is executed (*note ^:
     Interactive Codes.).

In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
 of 2013-01-22 on ODIEONE
Bzr revision: 111584 dmantipov@yandex.ru-20130122114800-5m9xn29kwf5n9nwx
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.7) --no-opt --enable-checking --cflags
 -IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib'
 






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

end of thread, other threads:[~2013-01-26 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-26  0:07 bug#13552: 24.3.50; glitch in Info formatting for cross reference Drew Adams
2013-01-26 10:57 ` Eli Zaretskii
2013-01-26 15:45   ` Drew Adams

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