all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Spaces instead of Tabs
  2003-03-11 21:58 Spaces instead of Tabs Hakim Kahlouche
@ 2003-03-11 13:21 ` LLeweLLyn
  2003-03-11 23:45   ` Benjamin Rutt
  0 siblings, 1 reply; 7+ messages in thread
From: LLeweLLyn @ 2003-03-11 13:21 UTC (permalink / raw)


"Hakim Kahlouche" <lmchaka@lmc.ericsson.se> writes:

> Hi all,
> 
> I would like to use spaces tabulation instead of tabs in my c++ code using
> XEMACS.
> Does someone know how to get that?

Sure.
C-h C-f untabify

and read the docs, then:

C-h v indent-tabs-mode

and click on the customize link.

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

* Spaces instead of Tabs
@ 2003-03-11 21:58 Hakim Kahlouche
  2003-03-11 13:21 ` LLeweLLyn
  0 siblings, 1 reply; 7+ messages in thread
From: Hakim Kahlouche @ 2003-03-11 21:58 UTC (permalink / raw)


Hi all,

I would like to use spaces tabulation instead of tabs in my c++ code using
XEMACS.
Does someone know how to get that?

Thank you in advance

--
Hakim

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

* Re: Spaces instead of Tabs
  2003-03-11 13:21 ` LLeweLLyn
@ 2003-03-11 23:45   ` Benjamin Rutt
  2003-03-12 11:47     ` LLeweLLyn
  0 siblings, 1 reply; 7+ messages in thread
From: Benjamin Rutt @ 2003-03-11 23:45 UTC (permalink / raw)


LLeweLLyn <llewelly.at@xmission.dot.com> writes:

> "Hakim Kahlouche" <lmchaka@lmc.ericsson.se> writes:
>
>> Hi all,
>> 
>> I would like to use spaces tabulation instead of tabs in my c++ code using
>> XEMACS.
>> Does someone know how to get that?
>
> Sure.
> C-h C-f untabify

C-h f untabify
-- 
Benjamin

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

* Re: Spaces instead of Tabs
  2003-03-11 23:45   ` Benjamin Rutt
@ 2003-03-12 11:47     ` LLeweLLyn
  2003-03-12 22:53       ` Benjamin Rutt
  0 siblings, 1 reply; 7+ messages in thread
From: LLeweLLyn @ 2003-03-12 11:47 UTC (permalink / raw)


Benjamin Rutt <rutt+news@cis.ohio-state.edu> writes:

> LLeweLLyn <llewelly.at@xmission.dot.com> writes:
> 
> > "Hakim Kahlouche" <lmchaka@lmc.ericsson.se> writes:
> >
> >> Hi all,
> >> 
> >> I would like to use spaces tabulation instead of tabs in my c++ code using
> >> XEMACS.
> >> Does someone know how to get that?
> >
> > Sure.
> > C-h C-f untabify
> 
> C-h f untabify

For the OP, both of the above will get help on untabify. The first is
    the info node from the emacs users manual, the second is the
    builtin help. The info node has general things to say about tabs
    and spaces, while the builtin help is specific to untabify.

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

* Re: Spaces instead of Tabs
  2003-03-12 11:47     ` LLeweLLyn
@ 2003-03-12 22:53       ` Benjamin Rutt
  2003-03-12 23:35         ` Jesper Harder
  0 siblings, 1 reply; 7+ messages in thread
From: Benjamin Rutt @ 2003-03-12 22:53 UTC (permalink / raw)


LLeweLLyn <llewelly.at@xmission.dot.com> writes:

> Benjamin Rutt <rutt+news@cis.ohio-state.edu> writes:
>
>> LLeweLLyn <llewelly.at@xmission.dot.com> writes:
>> 
>> > "Hakim Kahlouche" <lmchaka@lmc.ericsson.se> writes:
>> >
>> >> Hi all,
>> >> 
>> >> I would like to use spaces tabulation instead of tabs in my c++
>> >> code using XEMACS.  Does someone know how to get that?
>> >
>> > Sure.
>> > C-h C-f untabify
>> 
>> C-h f untabify
>
> For the OP, both of the above will get help on untabify.

Incorrect, only the second one works.  'C-h C-f' places you in the Gnu
Emacs FAQ, and then pressing 'u' from the word 'untabify' will take
you the top level info directory, which is miles from the "untabify"
discussion.  Continuing to press 'ntabify' from the top level of info
will get you nowhere fast.
-- 
Benjamin

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

* Re: Spaces instead of Tabs
  2003-03-12 22:53       ` Benjamin Rutt
@ 2003-03-12 23:35         ` Jesper Harder
  2003-03-13  1:45           ` Benjamin Rutt
  0 siblings, 1 reply; 7+ messages in thread
From: Jesper Harder @ 2003-03-12 23:35 UTC (permalink / raw)


Benjamin Rutt <rutt+news@cis.ohio-state.edu> writes:

> LLeweLLyn <llewelly.at@xmission.dot.com> writes:
>
>> Benjamin Rutt <rutt+news@cis.ohio-state.edu> writes:
>>
>>> LLeweLLyn <llewelly.at@xmission.dot.com> writes:
>>>
>>> > C-h C-f untabify
>>> 
>>> C-h f untabify
>>
>> For the OP, both of the above will get help on untabify.
>
> Incorrect, only the second one works.  'C-h C-f' places you in the Gnu
> Emacs FAQ,

That's only true in CVS Emacs.  

In the released versions of Emacs only `C-h C-f' does the right thing
(i.e. runs `Info-goto-emacs-command-node').

Unfortunately key bindings like `C-h C-f' and `C-h C-i' were
gratuitously changed in CVS Emacs to the much harder to type `C-h F' and
`C-h I'.

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

* Re: Spaces instead of Tabs
  2003-03-12 23:35         ` Jesper Harder
@ 2003-03-13  1:45           ` Benjamin Rutt
  0 siblings, 0 replies; 7+ messages in thread
From: Benjamin Rutt @ 2003-03-13  1:45 UTC (permalink / raw)


Jesper Harder <harder@myrealbox.com> writes:

> That's only true in CVS Emacs.  
>
> In the released versions of Emacs only `C-h C-f' does the right thing
> (i.e. runs `Info-goto-emacs-command-node').
>
> Unfortunately key bindings like `C-h C-f' and `C-h C-i' were
> gratuitously changed in CVS Emacs to the much harder to type `C-h F' and
> `C-h I'.

Egad!  That does seem gratuitous.  Sorry for causing confusion, I
wasn't aware of the old keybinding for 'C-h C-f'.
-- 
Benjamin

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

end of thread, other threads:[~2003-03-13  1:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-11 21:58 Spaces instead of Tabs Hakim Kahlouche
2003-03-11 13:21 ` LLeweLLyn
2003-03-11 23:45   ` Benjamin Rutt
2003-03-12 11:47     ` LLeweLLyn
2003-03-12 22:53       ` Benjamin Rutt
2003-03-12 23:35         ` Jesper Harder
2003-03-13  1:45           ` Benjamin Rutt

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.