unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Using Emacs
@ 2007-01-10 23:38 Graham Smith
  2007-01-11  8:00 ` Andreas Roehler
  2007-01-12  9:33 ` Andreas Roehler
  0 siblings, 2 replies; 6+ messages in thread
From: Graham Smith @ 2007-01-10 23:38 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 780 bytes --]

I have just discovered Emacs and I now understand why people talk about
living in Emacs. To help me get a feel for how much of my work I might be
able to move into Emacs, I wondered if people might be willing to share how
much of their work is done in Emacs.

I am using  Windows (for the time being at least), and I am not a
programmer, but I will use Emacs as a front end for R. I am therefore
interested in Emacs as a writing, information/time management tool etc. I
have installed Org.mode and I am very impressed with this.

As it is going to need a little bit of thought on how to structure my new
Emacs world, I would appreciate any examples of how you use Emacs and hints
on "best practice" with Emacs.

So any comments would be gratefully received.

Many thanks,

Graham

[-- Attachment #1.2: Type: text/html, Size: 832 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

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

* Re: Using Emacs
  2007-01-10 23:38 Using Emacs Graham Smith
@ 2007-01-11  8:00 ` Andreas Roehler
  2007-01-11 15:38   ` Drew Adams
  2007-01-12  9:33 ` Andreas Roehler
  1 sibling, 1 reply; 6+ messages in thread
From: Andreas Roehler @ 2007-01-11  8:00 UTC (permalink / raw)
  Cc: help-gnu-emacs

Graham Smith schrieb:
> I have just discovered Emacs and I now understand why people talk 
> about living in Emacs. To help me get a feel for how much of my work I 
> might be able to move into Emacs, I wondered if people might be 
> willing to share how much of their work is done in Emacs.
>
> I am using  Windows (for the time being at least), and I am not a 
> programmer, but I will use Emacs as a front end for R. I am therefore 
> interested in Emacs as a writing, information/time management tool 
> etc. I have installed Org.mode and I am very impressed with this.
>
> As it is going to need a little bit of thought on how to structure my 
> new Emacs world, I would appreciate any examples of how you use Emacs 
> and hints on "best practice" with Emacs.
>
> So any comments would be gratefully received.
>
> Many thanks,
>
> Graham

As there are thousands of things worthwhile to tell
here just one:

With a setting of variable `dired-listing-switches' to
"lart", last edited files are always at sight, i.e. at
the bottom of the dired-buffer.

M-x costumize-variable...

That var may also changed on the fly every time you use
`dired,' while sending the universal argument C-u
before. In that case you will be prompted for the value.

There are other ways to come back to last edited files,
`recent-files mode`, a mode called "desktop" and
probably much more. I prefer the method above, because
its half-automatic, still let you select by hand at the
right place.

BTW: With some Emacs-Lisp knowlegde the fun starts

C-h i, m, Emacs Lisp Intro

Have a nice day

__
Andreas Roehler

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

* RE: Using Emacs
  2007-01-11  8:00 ` Andreas Roehler
@ 2007-01-11 15:38   ` Drew Adams
  2007-01-12  9:16     ` Andreas Roehler
  0 siblings, 1 reply; 6+ messages in thread
From: Drew Adams @ 2007-01-11 15:38 UTC (permalink / raw)


> M-x costumize-variable...

Love it! Looking forward to Mardi Gras.
Is a variable costume something like an alias?

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

* Re: Using Emacs
       [not found] <mailman.2945.1168472346.2155.help-gnu-emacs@gnu.org>
@ 2007-01-11 21:57 ` Tim X
  0 siblings, 0 replies; 6+ messages in thread
From: Tim X @ 2007-01-11 21:57 UTC (permalink / raw)


"Graham Smith" <myotisone@gmail.com> writes:

> I have just discovered Emacs and I now understand why people talk about living in
> Emacs. To help me get a feel for how much of my work I might be able to move into
> Emacs, I wondered if people might be willing to share how much of their work is
> done in Emacs.
>
> I am using  Windows (for the time being at least), and I am not a programmer, but I
> will use Emacs as a front end for R. I am therefore interested in Emacs as a
> writing, information/time management tool etc. I have installed Org.mode and I am
> very impressed with this.
>
> As it is going to need a little bit of thought on how to structure my new Emacs
> world, I would appreciate any examples of how you use Emacs and hints on "best
> practice" with Emacs.
>

I use emacs for 90% of what I have to do (mainly programming and writing
documents). I've not used R, so can't speak to how the emacs mode for R is. I
do make extensive use of auctex, planner mode (for tracking time spent on
projects, notes and personal information management). I also use VM for mail
and GNUS for reading newsgroups. 

My advice would be not to worry too much about how to structure things to begin
with. The best thing to do is just start using it and tweaking the config as
you learn more about emacs and the modes you use most often. Avoid getting into
customizing with elisp too soon and when you do, make sure you use the emacs
help system extensively as the customization you want is probably already in
there somewhere. 

The emacs wiki provides some good information and I'd recommend spending some
time browsing its contents. It will alert you to many features, provide
guidance on customizing the system and provide some useful ideas. Make sure you
do the emacs built-in tutorial as well and browse the emacs info pages. 

Good luck. After a few months, you will likely wonder how you did anything
before moving to emacs - I decided to try it out about 10 years ago - it took
me a couple of tries, but once I got there, I've never looked back.

Tim

-- 
tcross (at) rapttech dot com dot au

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

* Re: Using Emacs
  2007-01-11 15:38   ` Drew Adams
@ 2007-01-12  9:16     ` Andreas Roehler
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Roehler @ 2007-01-12  9:16 UTC (permalink / raw)
  Cc: help-gnu-emacs

Drew Adams schrieb:
>> M-x costumize-variable...
>>     
>
> Love it! Looking forward to Mardi Gras.
> Is a variable costume something like an alias?
>
>
>   
Yeah. Isn't bad, isn't it?

Had already a bad night, because I wrote the mail out of my head without
checking `dired-listing-switches', a term which may be hairy for 
non-nativ english
speakers - so far I was lucky with...

Andreas

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

* Re: Using Emacs
  2007-01-10 23:38 Using Emacs Graham Smith
  2007-01-11  8:00 ` Andreas Roehler
@ 2007-01-12  9:33 ` Andreas Roehler
  1 sibling, 0 replies; 6+ messages in thread
From: Andreas Roehler @ 2007-01-12  9:33 UTC (permalink / raw)
  Cc: help-gnu-emacs

...
>  but I will use Emacs as a front end for R.

Probably you know this already:

,----
|    ESS is a GNU Emacs and XEmacs mode for interactive statistical
| programming and data analysis.  Languages supported: the S family (S
| 3/4, S-PLUS 3/4/5/6/7, and R), SAS, XLispStat, Stata and BUGS.
`----

,----
| The latest released version of ESS is always available on the web at:
| ESS web page (http://ess.r-project.org) or StatLib
| (http://lib.stat.cmu.edu/general/ESS/)
`----

__
Andreas Roehler

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

end of thread, other threads:[~2007-01-12  9:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-10 23:38 Using Emacs Graham Smith
2007-01-11  8:00 ` Andreas Roehler
2007-01-11 15:38   ` Drew Adams
2007-01-12  9:16     ` Andreas Roehler
2007-01-12  9:33 ` Andreas Roehler
     [not found] <mailman.2945.1168472346.2155.help-gnu-emacs@gnu.org>
2007-01-11 21:57 ` Tim X

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).