all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tabs (yikes)
@ 2003-03-18 16:24 Tony Vitonis
  2003-03-18 18:40 ` Karl Pflästerer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Vitonis @ 2003-03-18 16:24 UTC (permalink / raw)


Hi.  I'm a newbie having a tough time getting tabs to work the way I
want in Emacs.  (From the searches I've done, I'm not alone in this
regard. :))

My problem is this: In text mode, I want the Tab key to move to the
next default-tab-width stop, no matter what the context.  I've been
able to do it with these options:

   (define-key text-mode-map [tab] 'tab-to-tab-stop)
   (setq tab-stop-list '(3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48
51 54 57 60 63 66 69 72 75 78))

But I can *not* seem to find a way to make it happen using my
default-tab-width, which I've specified this way:

   (setq default-tab-width 3)

Is there any way to make this happen without typing in the long dreary
list of tab stops?  Thanks very much.

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

end of thread, other threads:[~2003-03-18 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-18 16:24 Tabs (yikes) Tony Vitonis
2003-03-18 18:40 ` Karl Pflästerer
2003-03-18 18:44 ` Benjamin Rutt
     [not found] ` <5lu1e0wl2u.fsf@rum.cs.yale.edu>
2003-03-18 19:28   ` Stefan Monnier

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.