all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs newbie
@ 2011-07-04 10:05 C K Kashyap
  2011-07-04 14:37 ` Ian Barton
  2011-07-04 14:50 ` Andreas Röhler
  0 siblings, 2 replies; 13+ messages in thread
From: C K Kashyap @ 2011-07-04 10:05 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

Hi,
I am a long time VI user. I have decided to switch to emacs for two reasons
-
1. I've become a fan of functional programming and would like to be able to
use emacs lisp
2. I'm trying to learn lift web framework - was impressed with emacs looking
at David Pollac and few other few other folks

I've gone through the tutorial. I was wondering if there is a recommended
tutorial/writeup that I can go over?

Regards,
Kashyap

[-- Attachment #2: Type: text/html, Size: 530 bytes --]

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

* Re: emacs newbie
  2011-07-04 10:05 emacs newbie C K Kashyap
@ 2011-07-04 14:37 ` Ian Barton
  2011-07-04 14:50 ` Andreas Röhler
  1 sibling, 0 replies; 13+ messages in thread
From: Ian Barton @ 2011-07-04 14:37 UTC (permalink / raw)
  To: help-gnu-emacs

On 04/07/11 11:05, C K Kashyap wrote:
> Hi,
> I am a long time VI user. I have decided to switch to emacs for two
> reasons -
> 1. I've become a fan of functional programming and would like to be able
> to use emacs lisp
> 2. I'm trying to learn lift web framework - was impressed with emacs
> looking at David Pollac and few other few other folks
>
> I've gone through the tutorial. I was wondering if there is a
> recommended tutorial/writeup that I can go over?
>
The one built into Emacs itself is good (C-h t in Emacs). I also like 
the O'Reilly book, which has quite a big section on lisp.

Ian.




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

* Re: emacs newbie
  2011-07-04 10:05 emacs newbie C K Kashyap
  2011-07-04 14:37 ` Ian Barton
@ 2011-07-04 14:50 ` Andreas Röhler
  2011-07-05  4:27   ` C K Kashyap
  1 sibling, 1 reply; 13+ messages in thread
From: Andreas Röhler @ 2011-07-04 14:50 UTC (permalink / raw)
  To: help-gnu-emacs

Am 04.07.2011 12:05, schrieb C K Kashyap:
> Hi,
> I am a long time VI user. I have decided to switch to emacs for two reasons
> -
> 1. I've become a fan of functional programming and would like to be able to
> use emacs lisp
> 2. I'm trying to learn lift web framework - was impressed with emacs looking
> at David Pollac and few other few other folks
>
> I've gone through the tutorial. I was wondering if there is a recommended
> tutorial/writeup that I can go over?
>
> Regards,
> Kashyap
>

Hi,

start Emacs as `emacs -q' and you get all you need.

When reading the info-pages, pick the topics you are interested in.
It's too much to study all at once.

While there are a lot of similar tutorials at the net, think it's faster 
sticking with the info delivered: you may quickly look up certain topics 
later too, faster being used to.

Let's mention the separate org-mode info, when first steps are done.

Good luck,

Andreas



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

* Re: emacs newbie
  2011-07-04 14:50 ` Andreas Röhler
@ 2011-07-05  4:27   ` C K Kashyap
  2011-07-05  5:00     ` MBR
  2011-07-21 21:34     ` Steinar Bang
  0 siblings, 2 replies; 13+ messages in thread
From: C K Kashyap @ 2011-07-05  4:27 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

Thanks Andreas and Ian ... good to see the support ... I feel more confident
now :)

quick question - once I type 'C-h i', then when I press enter on a link, it
takes me to the topic. How do I get back? I've been doing C-x C-c and then
reopening emacs -q

[-- Attachment #2: Type: text/html, Size: 293 bytes --]

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

* Re: emacs newbie
  2011-07-05  4:27   ` C K Kashyap
@ 2011-07-05  5:00     ` MBR
  2011-07-05  5:16       ` C K Kashyap
  2011-07-06 16:56       ` suvayu ali
  2011-07-21 21:34     ` Steinar Bang
  1 sibling, 2 replies; 13+ messages in thread
From: MBR @ 2011-07-05  5:00 UTC (permalink / raw)
  To: C K Kashyap; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]

C.K. - Have you noticed when you type 'C-h i' that the *info* buffer it 
takes you to says at the top:

    This (the Directory node) gives a menu of major topics.
    Typing "d" returns here, "q" exits, "?" lists all INFO commands, "h"
    gives a primer for first-timers, "mEmacs<Return>" visits the Emacs
    topic,
    etc.

You can try "?" for a quick overview of keys you can type to navigate 
around the Emacs documentation.  But I'd strongly suggest you type "h" 
and work through the tutorial.  It's not very long, and knowing how to 
navigate through the documentation will make your life a whole lot easier.

    Mark Rosenthal
    mbr@arlsoft.com <mailto:mbr@arlsoft.com>


On 7/5/2011 12:27 AM, C K Kashyap wrote:
> Thanks Andreas and Ian ... good to see the support ... I feel more 
> confident now :)
>
> quick question - once I type 'C-h i', then when I press enter on a 
> link, it takes me to the topic. How do I get back? I've been doing C-x 
> C-c and then reopening emacs -q
> ------------------------------------------------------------------------
>
>

[-- Attachment #2: Type: text/html, Size: 1702 bytes --]

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

* Re: emacs newbie
  2011-07-05  5:00     ` MBR
@ 2011-07-05  5:16       ` C K Kashyap
  2011-07-06 16:56       ` suvayu ali
  1 sibling, 0 replies; 13+ messages in thread
From: C K Kashyap @ 2011-07-05  5:16 UTC (permalink / raw)
  To: MBR; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

> You can try "?" for a quick overview of keys you can type to navigate
> around the Emacs documentation.  But I'd strongly suggest you type "h" and
> work through the tutorial.  It's not very long, and knowing how to navigate
> through the documentation will make your life a whole lot easier.
>
> Mark Rosenthal
> mbr@arlsoft.com
>
>
Thanks MBR,
Regards,
Kashyap

[-- Attachment #2: Type: text/html, Size: 792 bytes --]

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

* Re: emacs newbie
  2011-07-05  5:00     ` MBR
  2011-07-05  5:16       ` C K Kashyap
@ 2011-07-06 16:56       ` suvayu ali
  1 sibling, 0 replies; 13+ messages in thread
From: suvayu ali @ 2011-07-06 16:56 UTC (permalink / raw)
  To: MBR; +Cc: help-gnu-emacs

On Tue, Jul 5, 2011 at 7:00 AM, MBR <mbr@arlsoft.com> wrote:
> You can try "?" for a quick overview of keys

A particularly nice one is 'L', lists all info nodes you have visited so far. :)

-- 
Suvayu

Open source is the future. It sets us free.



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

* Re: emacs newbie
  2011-07-05  4:27   ` C K Kashyap
  2011-07-05  5:00     ` MBR
@ 2011-07-21 21:34     ` Steinar Bang
  2011-07-21 21:34       ` Deniz Dogan
  1 sibling, 1 reply; 13+ messages in thread
From: Steinar Bang @ 2011-07-21 21:34 UTC (permalink / raw)
  To: help-gnu-emacs

>>>>> C K Kashyap <ckkashyap@gmail.com>:

> quick question - once I type 'C-h i', then when I press enter on a link, it
> takes me to the topic. How do I get back? I've been doing C-x C-c and then
> reopening emacs -q

`l' takes you to the page you came from.  You can press `u' to move "up"
in the document tree structure.



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

* Re: emacs newbie
  2011-07-21 21:34     ` Steinar Bang
@ 2011-07-21 21:34       ` Deniz Dogan
  2011-07-21 21:36         ` Deniz Dogan
  0 siblings, 1 reply; 13+ messages in thread
From: Deniz Dogan @ 2011-07-21 21:34 UTC (permalink / raw)
  To: help-gnu-emacs

On 2011-07-21 23:34, Steinar Bang wrote:
>> quick question - once I type 'C-h i', then when I press enter on a link, it
>> takes me to the topic. How do I get back? I've been doing C-x C-c and then
>> reopening emacs -q
>
> `l' takes you to the page you came from.  You can press `u' to move "up"
> in the document tree structure.
>

I think of the keys as mnemonics for "left" and "right" (like the arrows 
in many web browsers).

Deniz




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

* Re: emacs newbie
  2011-07-21 21:34       ` Deniz Dogan
@ 2011-07-21 21:36         ` Deniz Dogan
  2011-07-21 22:32           ` Eric Abrahamsen
  2011-07-22  6:09           ` Eli Zaretskii
  0 siblings, 2 replies; 13+ messages in thread
From: Deniz Dogan @ 2011-07-21 21:36 UTC (permalink / raw)
  To: help-gnu-emacs

On 2011-07-21 23:34, Deniz Dogan wrote:
> On 2011-07-21 23:34, Steinar Bang wrote:
>>> quick question - once I type 'C-h i', then when I press enter on a
>>> link, it
>>> takes me to the topic. How do I get back? I've been doing C-x C-c and
>>> then
>>> reopening emacs -q
>>
>> `l' takes you to the page you came from. You can press `u' to move "up"
>> in the document tree structure.
>>
>
> I think of the keys as mnemonics for "left" and "right" (like the arrows
> in many web browsers).
>

...because "r" moves you "forward" after you've pressed "l".  :)

Deniz




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

* Re: emacs newbie
  2011-07-21 21:36         ` Deniz Dogan
@ 2011-07-21 22:32           ` Eric Abrahamsen
  2011-07-22  6:09           ` Eli Zaretskii
  1 sibling, 0 replies; 13+ messages in thread
From: Eric Abrahamsen @ 2011-07-21 22:32 UTC (permalink / raw)
  To: help-gnu-emacs

On Thu, Jul 21 2011, Deniz Dogan wrote:

> On 2011-07-21 23:34, Deniz Dogan wrote:
>> On 2011-07-21 23:34, Steinar Bang wrote:
>>>> quick question - once I type 'C-h i', then when I press enter on a
>>>> link, it
>>>> takes me to the topic. How do I get back? I've been doing C-x C-c and
>>>> then
>>>> reopening emacs -q
>>>
>>> `l' takes you to the page you came from. You can press `u' to move "up"
>>> in the document tree structure.
>>>
>>
>> I think of the keys as mnemonics for "left" and "right" (like the arrows
>> in many web browsers).
>>
>
> ...because "r" moves you "forward" after you've pressed "l".  :)

And don't forget "L" for a complete "L"ist of nodes you've visited.




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

* Re: emacs newbie
  2011-07-21 21:36         ` Deniz Dogan
  2011-07-21 22:32           ` Eric Abrahamsen
@ 2011-07-22  6:09           ` Eli Zaretskii
  2011-07-22  9:01             ` Deniz Dogan
  1 sibling, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2011-07-22  6:09 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Thu, 21 Jul 2011 23:36:04 +0200
> From: Deniz Dogan <deniz@dogan.se>
> 
> >> `l' takes you to the page you came from. You can press `u' to move "up"
> >> in the document tree structure.
> >>
> >
> > I think of the keys as mnemonics for "left" and "right" (like the arrows
> > in many web browsers).
> >
> 
> ...because "r" moves you "forward" after you've pressed "l".  :)

Perhaps we should also bind M-<left> and M-<right> to
Info-history-back resp. Info-history-forward, because many browsers
and other apps use that.



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

* Re: emacs newbie
  2011-07-22  6:09           ` Eli Zaretskii
@ 2011-07-22  9:01             ` Deniz Dogan
  0 siblings, 0 replies; 13+ messages in thread
From: Deniz Dogan @ 2011-07-22  9:01 UTC (permalink / raw)
  To: help-gnu-emacs

On 2011-07-22 08:09, Eli Zaretskii wrote:
>> Date: Thu, 21 Jul 2011 23:36:04 +0200
>> From: Deniz Dogan<deniz@dogan.se>
>>
>>>> `l' takes you to the page you came from. You can press `u' to move "up"
>>>> in the document tree structure.
>>>>
>>>
>>> I think of the keys as mnemonics for "left" and "right" (like the arrows
>>> in many web browsers).
>>>
>>
>> ...because "r" moves you "forward" after you've pressed "l".  :)
>
> Perhaps we should also bind M-<left>  and M-<right>  to
> Info-history-back resp. Info-history-forward, because many browsers
> and other apps use that.
>

I wouldn't mind this personally, but I'm not sure it's such a good idea 
since I can imagine a lot of users like moving between words with those 
keys.  Especially in terminals where Ctrl+arrows don't work (if I 
remember correctly).



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

end of thread, other threads:[~2011-07-22  9:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-04 10:05 emacs newbie C K Kashyap
2011-07-04 14:37 ` Ian Barton
2011-07-04 14:50 ` Andreas Röhler
2011-07-05  4:27   ` C K Kashyap
2011-07-05  5:00     ` MBR
2011-07-05  5:16       ` C K Kashyap
2011-07-06 16:56       ` suvayu ali
2011-07-21 21:34     ` Steinar Bang
2011-07-21 21:34       ` Deniz Dogan
2011-07-21 21:36         ` Deniz Dogan
2011-07-21 22:32           ` Eric Abrahamsen
2011-07-22  6:09           ` Eli Zaretskii
2011-07-22  9:01             ` Deniz Dogan

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.