all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: Is Emacs very alive, active and improving?
Date: Wed, 28 Aug 2013 03:08:27 +0200	[thread overview]
Message-ID: <87k3j6tye3.fsf@nl106-137-194.student.uu.se> (raw)
In-Reply-To: mailman.874.1377650119.10748.help-gnu-emacs@gnu.org

Marc Weber <marco-oweber@gmx.de> writes:

> I've been starting to learn Vim in the first place because I
> felt hitting meta- and ctrl- all the time would hurt my fingers

Yes, it hurt my fingers bad for a while. I solved it by wearing
gloves with cut fingers (like the one burglar use), and, instead
of the Meta key, I setup another prefix key, C-o [1], as well as
the shell-like-CLI described in another thread, on M-i. It is
actually not the Meta key, but M-x, that is my problem.

> You cannot compare Vim & Emacs, neither should you.

Why not?

> Both are well suited to edit "text", thus to write emails.

Are there vim equivalences for rmail and Gnus?

> If anybody prefers one over the other its a very personal
> preference.

No, it can be analyzed. I haven't used vim 1% of my Emacs time, so
I'm not the person to do it, though.

> So this thread might end up being yet another flame war.

All threads might end up in flame wars. But we are not flaming
now, and I'm not about to, either.

> Without giving reasons your sentence looks like being a personal
> preference only. So we should not comment on it.

So your comment is that we should not comment on it...

> WTF - never heared about IDEA, Eclipse, Netbeans, JEdit,
> notepad++ and what not?

I've heard of Eclipse, Netbeans, and notepad++, and I know enough
about them to never, *ever* trade Emacs for that. I mean... sure,
you can program on my TI-83 calculator (in Basic) - or you can do
O's and 1's in a cave well, with a stone axe. But I never met a
programmer who did that, and I don't think that is by chance.

> And there are many many many blogs which get written in browsers
> probably (?) (Think about the facebook community alone)

I hate FB and blogs (the technology that is, I know there are good
blog posts), and the bare thought of writing in a browser is
repulsive. (Unless the browser is Emacs-w3m.)

> Also there are "multiple forks of Emacs" - talking about one
> Emacs could be too limited.

I talk about GNU Emacs on a Linux or otherwise Unix system.

> Let's say it differently: Just because you cannot imagine
> programmers using tools others than Emacs/Vim, it doesn't mean
> that no such programmers/programs exist. "The black swan" is a
> book dedicated to this topic.

Let's put it this way: all the programmers I've met who I have
respect for, as programmers and otherwise, use Emacs or Vim.

> Eg one thing which comes to my mind is "disassemblers", there
> are some dedicated tools which eventually outperform Emacs.

What's that?

> Well - emacs can display images, Vim cannot. So yes, Emacs
> eventually is better for some latex tasks.

The LaTeX mode is very helpful. I don't use Emacs to show the
PDFs, as I always use Emacs in a Linux VT. I just switch to X with
M-u and check the PDF file in xpdf.

> And depending on what you need, neither Vim nor Emacs should be
> the tool of your choice, or can Emacs do VBA completion !? :-)
> (I didn't look it up, maybe it even can, but I think writing
> Word macros should still be done using the Word Macro editor)

It *is* Emacs or Vim. 100%. Why on earth would you use Word (?!) -
at all, ever? What would you need it for?

> Thus unless there is a particular use case the whole discusion
> is pretty much void IMHO.

For a void discussion, you sure had a lot to say.

[1]

(defun init-C-o-prefix ()
  (interactive)
  (define-prefix-command 'C-o-prefix)
  (global-set-key "\C-o" 'C-o-prefix)
  (init-C-o-keys) )
(add-hook 'after-init-hook 'init-C-o-prefix)

(defun init-C-o-keys ()
  (interactive)
  (let ((map (current-global-map)))
    (define-key map "\C-o1" 'delete-other-windows)
    (define-key map "\C-o2" 'split-window-vertically)
    (define-key map "\C-os" 'web-search)
    ; etc.
    ))

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573


  parent reply	other threads:[~2013-08-28  1:08 UTC|newest]

Thread overview: 113+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.811.1377557346.10748.help-gnu-emacs@gnu.org>
2013-08-27  1:44 ` Is Emacs very alive, active and improving? Rustom Mody
2013-08-27 23:59 ` Emanuel Berg
2013-08-28  0:20   ` Marko Vojinovic
2013-08-28  1:56     ` Stefan Monnier
     [not found]     ` <mailman.880.1377655035.10748.help-gnu-emacs@gnu.org>
2013-08-28  1:59       ` Emanuel Berg
2013-08-28  0:35   ` Marc Weber
     [not found]   ` <mailman.874.1377650119.10748.help-gnu-emacs@gnu.org>
2013-08-28  1:08     ` Emanuel Berg [this message]
2013-08-28  3:25       ` Marc Weber
     [not found]       ` <mailman.883.1377660293.10748.help-gnu-emacs@gnu.org>
2013-08-28  4:08         ` Rustom Mody
2013-08-28 20:48           ` Emanuel Berg
2013-08-28 20:37         ` Emanuel Berg
2013-08-28  1:39   ` Jorge
2013-10-12 13:39 ` Kai Grossjohann
2013-10-12 15:30   ` Drew Adams
2013-10-12 20:39   ` Emanuel Berg
2013-10-12 20:57     ` Kai Grossjohann
2013-10-12 20:58     ` Emanuel Berg
     [not found]   ` <mailman.3883.1381591837.10748.help-gnu-emacs@gnu.org>
2013-10-12 21:01     ` Kai Grossjohann
2013-10-12 21:14       ` Drew Adams
2013-10-12 21:15       ` Emanuel Berg
2013-10-13 13:33         ` Kai Großjohann
     [not found]         ` <mailman.3924.1381671200.10748.help-gnu-emacs@gnu.org>
2013-10-13 15:25           ` Emanuel Berg
2013-08-26 22:43 Jorge Peixoto de Morais Neto
2013-08-27  0:05 ` Perry Smith
2013-08-27  0:25   ` Jorge Peixoto de Morais Neto
2013-08-27  9:07 ` Peter Dyballa
2013-08-27 23:52 ` Suvayu Ali
2013-08-28  3:03   ` Yagnesh Raghava Yakkala
2013-08-29  0:39     ` Suvayu Ali
2013-08-28 20:19 ` Ken Goldman
2013-08-29  0:25   ` Stefan Monnier
     [not found] ` <mailman.904.1377721211.10748.help-gnu-emacs@gnu.org>
2013-08-28 20:53   ` Emanuel Berg
2013-10-03 19:25     ` Ken Goldman
     [not found]     ` <mailman.3330.1380828355.10748.help-gnu-emacs@gnu.org>
2013-10-03 19:58       ` Emanuel Berg
2013-08-28 21:09 ` W. Greenhouse
     [not found] ` <mailman.907.1377724222.10748.help-gnu-emacs@gnu.org>
2013-08-28 21:55   ` Emanuel Berg
2013-08-29  2:04     ` Kevin Montuori
     [not found]     ` <mailman.935.1377741861.10748.help-gnu-emacs@gnu.org>
2013-08-29  2:55       ` Emanuel Berg
2013-08-29  3:06         ` Emanuel Berg
2013-08-29  7:59     ` W. Greenhouse
     [not found]     ` <mailman.943.1377763221.10748.help-gnu-emacs@gnu.org>
2013-08-29 20:53       ` Emanuel Berg
2013-08-29 21:05         ` Drew Adams
     [not found]         ` <mailman.992.1377810361.10748.help-gnu-emacs@gnu.org>
2013-08-29 21:24           ` Emanuel Berg
2013-08-29 23:37             ` Drew Adams
     [not found]             ` <mailman.996.1377819467.10748.help-gnu-emacs@gnu.org>
2013-08-30  0:25               ` Emanuel Berg
2013-08-29 22:47           ` Emanuel Berg
2013-08-30  6:09         ` Eli Zaretskii
2013-08-30  1:32     ` MBR
     [not found]     ` <mailman.999.1377826390.10748.help-gnu-emacs@gnu.org>
2013-08-30  2:26       ` Emanuel Berg
2013-08-30 11:58         ` Stefan Monnier
2013-08-30 12:21     ` Ludwig, Mark
2013-08-30 13:28       ` Eli Zaretskii
2013-08-29 23:50 ` Jorge Peixoto de Morais Neto
     [not found] ` <mailman.997.1377820262.10748.help-gnu-emacs@gnu.org>
2013-08-30  0:28   ` Emanuel Berg
2013-08-30  1:23     ` Jorge
     [not found]     ` <mailman.998.1377825809.10748.help-gnu-emacs@gnu.org>
2013-08-30  2:22       ` Emanuel Berg
2013-08-30  6:31         ` Eli Zaretskii
2013-08-30 16:24         ` Jorge
2013-10-04 11:30 ` Luca Ferrari
2013-10-04 21:59   ` Jude DaShiell
2013-10-04 23:16     ` Bob Proulx
     [not found]     ` <mailman.3434.1380928592.10748.help-gnu-emacs@gnu.org>
2013-10-04 23:35       ` Emanuel Berg
2013-10-06 12:07         ` Rustom Mody
2013-10-06 21:50           ` Evans Winner
2013-10-09 19:41             ` Emanuel Berg
2013-10-10  4:27               ` Teemu Likonen
     [not found]               ` <mailman.3736.1381379296.10748.help-gnu-emacs@gnu.org>
2013-10-10  5:25                 ` Rustom Mody
2013-10-10  8:24                   ` Andreas Röhler
2013-10-10 22:18                     ` Bob Proulx
2013-10-11 10:39                       ` Andreas Röhler
2013-10-10 10:36                   ` Phillip Lord
2013-10-10 11:00                     ` Rainer M Krug
2013-10-10 15:16                       ` Peter Dyballa
2013-10-11 11:06                       ` Phillip Lord
2013-10-12 22:01                         ` Christopher Ritsen
2013-10-14 11:04                           ` Phillip Lord
2013-10-14 16:50                             ` Stefan Monnier
2013-10-14 19:25                             ` Christopher Ritsen
2013-10-15 11:30                               ` Phillip Lord
     [not found]                               ` <mailman.4032.1381836640.10748.help-gnu-emacs@gnu.org>
2013-10-15 17:56                                 ` Emanuel Berg
     [not found]                             ` <mailman.3989.1381778782.10748.help-gnu-emacs@gnu.org>
2013-10-14 21:54                               ` Emanuel Berg
2013-10-15  6:27                                 ` Bob Proulx
     [not found]                                 ` <mailman.4022.1381818464.10748.help-gnu-emacs@gnu.org>
2013-10-15 17:50                                   ` Emanuel Berg
2013-10-16  4:56                                     ` Rustom Mody
2013-10-17  1:45                                       ` Emanuel Berg
     [not found]                         ` <mailman.3906.1381619521.10748.help-gnu-emacs@gnu.org>
2013-10-13  2:36                           ` Rustom Mody
2013-10-10 13:04                   ` Carson Chittom
     [not found]                   ` <mailman.3784.1381425760.10748.help-gnu-emacs@gnu.org>
2013-10-10 20:44                     ` Emanuel Berg
     [not found]                   ` <mailman.3742.1381393368.10748.help-gnu-emacs@gnu.org>
2013-10-10 20:57                     ` Emanuel Berg
2013-10-11 10:56                       ` Andreas Röhler
2013-10-11 19:06                         ` Bob Proulx
2013-10-12  7:48                           ` Andreas Röhler
     [not found]                           ` <mailman.3875.1381563966.10748.help-gnu-emacs@gnu.org>
2013-10-12 20:24                             ` Emanuel Berg
2013-10-10 23:54                   ` Emanuel Berg
2013-10-11  0:05                     ` Emanuel Berg
2013-10-11  5:58                       ` Thien-Thi Nguyen
     [not found]                       ` <mailman.3818.1381470912.10748.help-gnu-emacs@gnu.org>
2013-10-11 17:20                         ` Emanuel Berg
2013-10-09 19:31           ` Emanuel Berg
2013-10-10  2:28             ` Rustom Mody
2013-10-09 21:30         ` Tom Davey
     [not found]         ` <mailman.3718.1381354235.10748.help-gnu-emacs@gnu.org>
2013-10-09 21:51           ` Emanuel Berg
2013-10-10 16:24         ` henry atting
2013-10-11  5:19         ` Eric Abrahamsen
     [not found] ` <mailman.3391.1380886224.10748.help-gnu-emacs@gnu.org>
2013-10-04 17:45   ` Emanuel Berg
2013-10-04 19:28     ` Thien-Thi Nguyen
     [not found]     ` <mailman.3429.1380914709.10748.help-gnu-emacs@gnu.org>
2013-10-04 20:18       ` Emanuel Berg
2013-10-08 11:36     ` Rustom Mody
2013-10-09 19:43       ` Emanuel Berg
     [not found] ` <mailman.815.1377561963.10748.help-gnu-emacs@gnu.org>
2013-10-13 14:47   ` Eric Brown
2013-10-13 15:08     ` Emanuel Berg
2013-10-13 17:52       ` Eric Brown
2013-10-13 18:13     ` Alex Schroeder
2013-10-13 19:23       ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k3j6tye3.fsf@nl106-137-194.student.uu.se \
    --to=embe8573@student.uu.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.