all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* wrong type of quotes in PDF manual
@ 2008-05-07  0:09 Daniel M. German
  2008-05-07  4:05 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel M. German @ 2008-05-07  0:09 UTC (permalink / raw)
  To: emacs-orgmode


Hi everybody,

This is a minor "bug". The PDF document uses a different type of quote
than what emacs expects. For instance, if I cut and paste from the
manual I get this:

(define-key global-map "\C-cr" ’org-remember)

instead of 

(define-key global-map "\C-cr" 'org-remember)

They look the same (even as I write the message).  The first quote is a
multi-byte character (4 bytes)

e280 9927 

the second a 1 byte character:

0a 

May I suggest to replace ' with (quote ) in the manual? This error was
tricky to track, as these quotes look very similar within emacs (I am
using emacs23)

--daniel

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

end of thread, other threads:[~2008-05-07  4:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07  0:09 wrong type of quotes in PDF manual Daniel M. German
2008-05-07  4:05 ` Nick Dokos
2008-05-07  4:35   ` Daniel M German

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.