all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Inaccuracy in Emacs manual.
@ 2003-02-07 23:04 Luc Teirlinck
  2003-02-07 23:27 ` Luc Teirlinck
  0 siblings, 1 reply; 2+ messages in thread
From: Luc Teirlinck @ 2003-02-07 23:04 UTC (permalink / raw)


Do C-h m emacs m indentation m just spaces.  We see:

    There are also commands to convert tabs to spaces or vice versa,
    always preserving the columns of all nonblank text.  `M-x tabify'
    scans the region for sequences of spaces, and converts sequences
    of at least three spaces to tabs if that can be done without
    changing indentation.  `M-x untabify' changes all tabs in the
    region to appropriate numbers of spaces.

M-x tabify actually converts sequences of at least two (not three as
erroneously mentioned above) spaces to tabs.  As another current
thread shows, this is not meaningless nitpicking.

Paste the following into the scratch buffer:

(setq aaaa '(?  ?a))

Just two spaces after the ?  .  Put the region around the expression
and do M-x tabify.  The two spaces are now a tab, changing the car of
the list from space to tab.

'(? ?a) is safe.

Sincerely,

Luc.

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

* Re: Inaccuracy in Emacs manual.
  2003-02-07 23:04 Inaccuracy in Emacs manual Luc Teirlinck
@ 2003-02-07 23:27 ` Luc Teirlinck
  0 siblings, 0 replies; 2+ messages in thread
From: Luc Teirlinck @ 2003-02-07 23:27 UTC (permalink / raw)
  Cc: emacs-devel

>From my previous message:   
   
   Do C-h m emacs m indentation m just spaces.

Of course, I meant C-h i m emacs ...

Sincerely,

Luc.

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

end of thread, other threads:[~2003-02-07 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-07 23:04 Inaccuracy in Emacs manual Luc Teirlinck
2003-02-07 23:27 ` Luc Teirlinck

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.