LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-27-2010, 12:40 PM   #1
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
What do you use emacs for?


For the last year I've been using emacs more and more. At the moment I use emacs 23.1 with:
- gnus
- org-mode
- slime
- tramp (+ bookmarks)

I was glad to see that slackware upgraded emacs to 23.1 and as of that version more packages come with emacs by default (eg tramp.) Emacs is particularly useful on my netbook where I don't usually startx and just run emacs and elinks.

I'm curious what you use emacs for. I'd like to squeeze as much as I can from from it. Are you happy with any other feature/package that emacs has?

Thank you

BTW, this is NOT a thread about vi(m). LOL
 
Old 04-28-2010, 04:32 AM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836

Original Poster
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
The lack of responses can mean two things:
a) nobody uses emacs anymore
b) There are no more emacs features that are worth mentioning.

 
Old 04-28-2010, 04:45 AM   #3
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi sycamorex,

I never used emacs before but because of this thread I had a look at it. Still investigating the possibilities. It looks promising though.

Kind regards,

Eric
 
Old 04-28-2010, 05:14 AM   #4
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836

Original Poster
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by EricTRA View Post
Hi sycamorex,

I never used emacs before but because of this thread I had a look at it. Still investigating the possibilities. It looks promising though.

Kind regards,

Eric
Thanks for your reply.
I does take a bit of configuration and keybindings learning, but then it really pays off. Even on my main desktop, I use it for ftp, organising my busy work schedule, learning lisp, reading news (usenet)... and of course editing files

Ironically, it's slightly against linux typical philosophy of small tools doing one job and doing it well. Emacs does many tasks and does them well, LOL
 
Old 04-28-2010, 06:01 AM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
I mainly use emacs for coding (and writing latex). I also normally use gdb and make from within emacs.

I never got into using it for mail, calendar, news or web browsing etc.

Cheers,

Evo2.
 
Old 04-28-2010, 06:47 AM   #6
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836

Original Poster
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by evo2 View Post
I mainly use emacs for coding (and writing latex). I also normally use gdb and make from within emacs.

I never got into using it for mail, calendar, news or web browsing etc.

Cheers,

Evo2.
I did use emacs for latex in the past - I don't need to create documents at the moment.
I've never used emacs for debugging. When it comes to the point when I need to do it, I'll definitely try gdb from emacs. Thanks.
 
Old 04-28-2010, 06:58 AM   #7
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
At the slight risk of derailing this, has anyone used emacs to read and write Open Document format files? From the googling I've done, it seems as if emacs can read them, but I can't tell if it can write them.
 
Old 04-28-2010, 08:48 AM   #8
amos
Member
 
Registered: Dec 2002
Location: Bolton, UK
Distribution: Kubuntu
Posts: 224

Rep: Reputation: 30
Quote:
At the slight risk of derailing this, has anyone used emacs to read and write Open Document format files? From the googling I've done, it seems as if emacs can read them, but I can't tell if it can write them.
Try it and see, then tell us. There may be something on the emacswiki about it: http://www.emacswiki.org/

Oh, and I use it for Lisp (with slime).

Last edited by amos; 04-28-2010 at 08:58 AM.
 
Old 04-28-2010, 08:59 AM   #9
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
When I first used UNIX, I used emacs all the time as a C development environment with macros to insert the usual code proformas and during compilation to open the source file at the right line in response to any compiler error. The only reason for dropping it in favour of vi was that few clients had emacs or were prepared to install at that time so vi was essential and it's hard to maintain fluency in two keyboard-orientated errors.

Last edited by catkin; 04-28-2010 at 09:00 AM. Reason: poetry
 
Old 04-28-2010, 09:23 AM   #10
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Nothing much at present, but it's on my hypothetical to-do list:
Do everything in emacs that can be done.
 
Old 04-28-2010, 11:37 AM   #11
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836

Original Poster
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by amos View Post
Oh, and I use it for Lisp (with slime
This is still definitely the weakest link in my emacs knowledge. Most of the tutorials (the (in?)famous video tutorial on slime) seem to be out of date, but I'm slowly getting there.

Quote:
At the slight risk of derailing this, has anyone used emacs to read and write Open Document format files? From the googling I've done, it seems as if emacs can read them, but I can't tell if it can write them.
I might try it during the oncoming long weekend (UK). It'd be great on my netbook.

Quote:
The only reason for dropping it in favour of vi was that few clients had emacs or were prepared to install at that time so vi was essential and it's hard to maintain fluency in two keyboard-orientated errors.
That's the only problem with emacs. Unlike vi, it's not installed by default on many systems.

Quote:
Nothing much at present, but it's on my hypothetical to-do list:
Do everything in emacs that can be done.
You could even create/manage your TODO list in emacs' org-mode
 
Old 04-28-2010, 11:49 AM   #12
rikijpn
Member
 
Registered: Jun 2007
Location: Japan
Distribution: Debian lenny, DSL, Solaris 10
Posts: 157

Rep: Reputation: 33
everything I can't do with my shell, or faster than browser

-mew (like gnus, a mailer)
-calendar, appointments
-w3m (web browser, only sometimes)
-C/Java/etc, whenever I'm writing code that will take time...
-html/xhtml (html mode makes life so much easier...)
-latex editing/compiling (don't even need a shell with this mode)
-erc (IRC client)

I can't believe so few people use emacs in here. It's like the fastest/most useful editor I've ever tried. And you can do anything learning a bit of elisp.
vi is actually faster for small editing I think, but once you start making your own macros and stuffs, emacs becomes an addiction...
 
Old 05-01-2010, 12:33 AM   #13
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
I use Emacs for C programming and running GDB, though its commands are lengthier to type than Vim.
Perhaps you could have created a Poll for actually knowing how many people here do actually use Emacs !
 
1 members found this post helpful.
Old 05-01-2010, 05:55 AM   #14
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836

Original Poster
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by anishakaul View Post
I use Emacs for C programming and running GDB, though its commands are lengthier to type than Vim.
Perhaps you could have created a Poll for actually knowing how many people here do actually use Emacs !
Thanks for your reply. I'm not sure about a poll as I'm not really interested HOW MANY people use emacs. I was more curious about some HOW/WHY people use emacs.
 
Old 05-01-2010, 06:00 AM   #15
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Thanks for the clarification !
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Emacs editing, Pt.5: Shape your Emacs view LXer Syndicated Linux News 0 08-09-2007 07:46 AM
Alt no longer META key when using in-terminal option of Emacs (emacs -nw) frznchckn Linux - Software 1 06-02-2007 02:41 AM
where is the .emacs file in the emacs source code tarball? aizkorri Programming 2 01-13-2007 02:05 PM
LXer: Emacs tips: Cross-platform Emacs LXer Syndicated Linux News 0 08-16-2006 11:12 PM
edb (emacs database) won't open file - emacs 20 & 21 tip184 Linux - Software 0 04-03-2004 07:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration