unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ergus <spacibba@aol.com>
To: hw <hw@adminart.net>
Cc: Joshua Branson <jbranso@fastmail.com>, emacs-devel@gnu.org
Subject: Re: Some developement questions
Date: Tue, 4 Sep 2018 22:57:13 +0200	[thread overview]
Message-ID: <20180904205713.ouqux6wi3jqe6zcj@Ergus> (raw)
In-Reply-To: <87tvn5qoe3.fsf@toy.adminart.net>

On Tue, Sep 04, 2018 at 05:21:40PM +0200, hw wrote:
>Ergus <spacibba@aol.com> writes:
>
>> On Sun, Sep 02, 2018 at 05:07:00PM +0200, hw wrote:
>>>Joshua Branson <jbranso@fastmail.com> writes:
>>>
>>>>> Who would ever press ESC-right or ESC-left to move a word?
>>>>
>>>> part of this reason is why I started to use evil-mode.  :)
>>>
>>>Right, I thought about doing that since starting to learn vim and
>>>understanding how it can be much more efficient than Emacs.
>>
>> That's relative and very subjective. Modal editing makes not too much
>> sense for me in 2018.
>
>Last night I tried to do some programming with vim, and it was an
>interesting experience.  I'm not so sure anymore if it can be much more
>efficient than Emacs, provided that you use either 100% the way they're
>supposed to be used.  They're probably bascially the same.
>
Yes, more or less I agree.
>
>But how else than modal would you edit?  The difference between vim and
>Emacs is that Emacs` normal mode is vims insert mode, and Emacs can have
>a whole mode hiding behind every key you press rather than only one
>"command mode" which limits you to the keys you have available and to
>stringing them up.
>
I my brain at least a text editor should edit and insert a letter if I
press it, and extra things require extra commands. The real issue for me
is that I can only use the terminal and many keybinds are not available
(C-backspace or S-C-backspace for example). That's the reason I have
considered to use evil mode sometimes.

>After all, I'll stick with Emacs.  Vim doesn't seem to have any real
>advantages for me, and there are some things I'd be missing.
>
>> It was a solution in a moment but and according to the vi creator "it
>> was for a world that doesn't exist anymore".
>
>That something is for a world that doesn't exist anymore can be said for
>a lot of things.  That doesn't mean that what replaces it is any better,
>and indeed the replacements are usually much worse.
>
I agree, that's why we still use emacs :) (or vim). But I find the
justification that vim users should move with hjkl (and so on) because it
is faster and better because the fingers don't move... so senseless. Is just my feeling.

But sometimes I understand them when I have to type C-a C-SPC C-e M-w to
select a line because xterm doesn't send C-backspace to emacs.

>>>Is it
>>>exactly the same as using vim?
>>>
>> It depends of your use cases. But for just editing, yes, it is pretty much
>> the same. Vim users use to complain that evil mode is slower but it is
>> more a psychological thing; I have tried to measure what they complain
>> about and if it is, should be in the order of micro seconds.
>
>Someone must have put a lot of work into it.
>
>>>Why not use vim instead?  Does Emacs have advantages over vim when using
>>>evil-mode?
>>
>> Again. It depends of your use cases. To edit simple files there is not
>> real difference, no advantage or disadvantage as editing is the basic
>> functionality.
>
>Well, that could be said for all editors.

Exactly. Emacs is not just an editor, but as a simple editor even nano
is good enough (except for the undo lacking but our redo is not as good
as it can be without undo-tree, this is one of the default things I
would really like to change, the default undo behavior).
>
>> But if you do serious programming in big projects, edit remote files
>> in multiple servers cross coping between them, you want to use irony
>> or rtagsor for C++, gtags for cross referencing, gdb inside the same
>> editor, manage cmake projects in the projectile way or simply handle
>> git with magit; or if you plan to customize details for your specific
>> files or systems... it is very hard in vim some of these are
>> impossible.
>
>That seems to go along with my impression that Emacs has some
>fundamental features that have allowed it to become far more
>sophisticated than vim.  To begin with, vim is painfully lacking the
>concept of buffers Emacs has always had.
>
>>>Vim even does syntax highlighting for fvwm out of the box.
>>>
>> have you tried config-mode, is a bit generic, but I use i3wm and it works for me?
>
>Maybe that is what vim is using.
>
>>>I managed to find an fvwm-mode for emacs (which needs some work) years
>>>ago, but why isn't that shipped with Emacs by default?
>>>
>> I thing because the intersection of the groups of people who use fvwm
>> and emacs is close to zero
>
>Why wouldn't people using Emacs not also use fvwm?  I'd say particularly
>those using fvwm would be using Emacs, and the other way round.
>
>Besides, why would anyone use anything else than fvwm?
>
JA JA, I didn't even know that fvwm existed, I will give a try :p but I prefer tilling wm.

>> and the package is kind of unmaintained. But you are very welcome to
>> adopt and collaborate with that :)
>
>Yeah I'm thinking about doing that.  It must be rather old because it
>doesn't seem to recognize quite a few of the keywords.
>
>Hm, the version I have is 8 years old, and it says it's under GPL.  Do
>you know anything about it?  I only remember I found it somewhere, and
>it could be painfully slow sometimes.
>
>,----
>| ;; $Id: fvwm-mode.el 232 2010-10-29 16:48:05Z dragon $
>| ;;
>| ;; Release 1.6.2
>| ;;
>| ;; Copyright (C) 2005-2009 Bert Geens <bert@lair.be>
>`----
>
>Well, i could ask him :)  Or perhaps there is an entirely different
>mode?
>
>>>(Uh, we probably shouldn't discuss this there --- feel free to send me
>>>an email directly :)
>>>
>> Why not?
>
>This is a development mailing list, and I wouldn't want to start an
>editor war.
>
The editor war finished a long time ago and in spite nobody won then,
now Emacs is sadly loosing the postwar stage in my opinion. That's a long discussion to have.

Best,
Esgus




  reply	other threads:[~2018-09-04 20:57 UTC|newest]

Thread overview: 216+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <444779489.8504194.1534538988289.ref@mail.yahoo.com>
2018-08-17 20:49 ` Some developement questions Ergus
2018-08-18  6:21   ` Eli Zaretskii
2018-08-22 12:34     ` hw
2018-08-22 14:45       ` Eli Zaretskii
2018-08-22 16:37         ` hw
2018-08-22 17:31           ` Eli Zaretskii
2018-08-22 22:17             ` hw
2018-08-23  0:20               ` Ergus
2018-08-23 10:50                 ` hw
2018-08-23 16:33                   ` Ergus
2018-08-23 14:20                 ` Eli Zaretskii
2018-08-23  8:26               ` Pierre Neidhardt
2018-08-23 14:04               ` Eli Zaretskii
2018-08-24  1:00                 ` hw
2018-08-24  9:04                   ` Eli Zaretskii
2018-08-25  0:45                     ` Ergus
2018-08-26 12:46                       ` hw
2018-08-25  1:31                     ` hw
2018-08-25  7:35                       ` Alexis
2018-08-25 10:34                         ` Ergus
2018-08-25 16:11                           ` Radon Rosborough
2018-08-25 16:20                             ` Eli Zaretskii
2018-08-25 20:34                               ` Ergus
2018-08-26  2:41                                 ` Eli Zaretskii
2018-08-26  1:24                               ` Radon Rosborough
2018-08-25 20:50                             ` Ergus
2018-08-26  1:33                             ` hw
2018-08-26 14:37                               ` Eli Zaretskii
2018-08-26 22:51                                 ` hw
2018-08-27 14:45                                   ` Eli Zaretskii
2018-08-28 20:42                                     ` hw
2018-08-29  6:59                                       ` Michael Albinus
2018-08-29 20:10                                         ` hw
2018-08-31 13:16                                           ` Michael Albinus
2018-09-01 17:53                                             ` hw
2018-09-03 13:35                                               ` Michael Albinus
2018-09-04 14:06                                                 ` hw
2018-08-29 15:11                                       ` Eli Zaretskii
2018-08-29 20:52                                         ` hw
2018-08-29 22:12                                           ` Filipp Gunbin
2018-08-30 23:49                                             ` hw
2018-09-03 18:56                                               ` Filipp Gunbin
2018-09-04 14:16                                                 ` hw
2018-09-04 19:47                                                   ` Filipp Gunbin
2018-09-05 20:36                                                     ` hw
2018-09-06  1:33                                                       ` Michael Heerdegen
2018-09-06  5:16                                                         ` Drew Adams
2018-09-06  5:29                                                           ` Michael Heerdegen
2018-09-06 13:52                                                         ` Eli Zaretskii
     [not found]                                                         ` <<831sa6ybqu.fsf@gnu.org>
2018-09-06 14:30                                                           ` Drew Adams
2018-09-07  7:03                                                         ` hw
2018-09-06 13:48                                                       ` Eli Zaretskii
2018-09-07  7:01                                                         ` hw
2018-09-06 18:15                                                       ` Filipp Gunbin
2018-09-07  7:18                                                         ` hw
2018-09-07 14:10                                                           ` Filipp Gunbin
2018-09-07 21:27                                                             ` hw
2018-09-10 12:29                                                               ` Filipp Gunbin
2018-09-10 18:18                                                                 ` hw
2018-09-11  9:51                                                                   ` Filipp Gunbin
2018-09-11 20:14                                                                     ` hw
2018-09-12  1:18                                                                       ` Filipp Gunbin
2018-08-30  2:12                                           ` Davis Herring
2018-09-01 17:40                                             ` hw
2018-09-01 19:41                                               ` Joshua Branson
2018-09-02 15:07                                                 ` hw
2018-09-02 18:23                                                   ` Ergus
2018-09-04 15:21                                                     ` hw
2018-09-04 20:57                                                       ` Ergus [this message]
2018-09-05 21:48                                                         ` hw
2018-09-01 22:13                                               ` Phil Sainty
2018-09-02 15:39                                                 ` hw
2018-09-02 22:01                                                   ` Juri Linkov
2018-09-03  7:30                                                     ` martin rudalics
2018-09-04 15:35                                                     ` hw
2018-09-04 16:44                                                       ` Eli Zaretskii
2018-09-05 22:21                                                         ` hw
2018-09-03  7:29                                                   ` martin rudalics
2018-09-01 22:30                                               ` Drew Adams
2018-09-02 16:02                                                 ` hw
2018-09-02 17:50                                               ` Ergus
2018-08-30 13:44                                           ` Eli Zaretskii
2018-08-31  0:40                                             ` hw
2018-09-01 18:47                                               ` Eli Zaretskii
2018-09-02 16:27                                                 ` hw
2018-09-02 17:12                                                   ` Eli Zaretskii
2018-09-04 15:43                                                     ` hw
2018-09-04 16:46                                                       ` Eli Zaretskii
2018-09-05 22:40                                                         ` hw
2018-08-30 23:30                               ` Radon Rosborough
2018-09-01 18:25                                 ` hw
2018-09-02 19:05                                   ` Radon Rosborough
2018-09-02 20:42                                     ` Basil L. Contovounesios
2018-09-03  2:37                                       ` Radon Rosborough
2018-09-04 15:57                                     ` hw
2018-08-26 20:41                             ` Richard Stallman
2018-08-27  2:33                               ` Eli Zaretskii
2018-08-27 22:51                                 ` Richard Stallman
2018-08-27 17:11                           ` Filipp Gunbin
2018-08-28  3:41                             ` Ergus
2018-08-26 13:06                         ` hw
2018-08-27  2:18                           ` Ergus
2018-08-25  8:19                       ` Eli Zaretskii
2018-08-26 14:25                         ` Noam Postavsky
2018-08-26 15:52                         ` hw
2018-08-26 16:23                           ` Stefan Monnier
2018-08-27  4:59                             ` hw
2018-08-27  1:54                           ` Ergus
2018-08-27 14:46                             ` Eli Zaretskii
2018-08-28 21:26                               ` Richard Stallman
2018-08-29 15:39                               ` Phillip Lord
2018-09-01 13:59                                 ` Eli Zaretskii
2018-09-02  3:11                                   ` Richard Stallman
2018-09-02 17:52                                     ` Ergus
2018-09-04 15:20                                       ` Phillip Lord
2018-09-04 13:07                                     ` Phillip Lord
2018-09-05  6:26                                       ` Richard Stallman
2018-09-06  0:29                                         ` hw
2018-09-07  6:39                                           ` Richard Stallman
2018-09-07  8:01                                             ` hw
2018-09-07 10:26                                               ` Phil Sainty
2018-09-07 14:00                                                 ` Stefan Monnier
2018-09-07 14:20                                                   ` Eli Zaretskii
2018-09-07 16:00                                                   ` Drew Adams
     [not found]                                                   ` <<83zhwttmm7.fsf@gnu.org>
2018-09-07 16:03                                                     ` Drew Adams
2018-09-07 14:15                                                 ` hw
2018-09-07 15:34                                                   ` Phil Sainty
2018-09-07 21:03                                                     ` hw
2018-09-07 15:52                                                 ` Drew Adams
2018-09-08  5:13                                               ` Richard Stallman
2018-09-08 13:02                                                 ` hw
2018-09-08 16:19                                                   ` Eli Zaretskii
2018-09-08 23:23                                                     ` hw
2018-09-09  5:29                                                       ` Eli Zaretskii
2018-09-10  9:35                                                         ` hw
2018-09-10 12:37                                                           ` Eli Zaretskii
2018-09-10 19:27                                                             ` hw
2018-09-10 13:52                                                           ` Phillip Lord
2018-09-09  6:07                                                   ` Richard Stallman
2018-09-09  6:07                                                   ` Richard Stallman
2018-09-09  6:23                                                     ` Eli Zaretskii
2018-09-09 17:18                                                     ` Ergus
2018-09-10 11:59                                                     ` hw
2018-09-10 12:40                                                       ` Eli Zaretskii
2018-09-10 19:48                                                         ` hw
2018-09-11  7:07                                                           ` Eli Zaretskii
2018-09-11 20:31                                                             ` hw
2018-09-06 13:59                                         ` Phillip Lord
2018-09-04 12:58                                   ` Phillip Lord
2018-09-04 16:30                                     ` hw
2018-09-04 19:13                                       ` Paul Eggert
2018-09-04 20:11                                         ` Drew Adams
2018-09-04 20:31                                           ` Paul Eggert
2018-09-06 12:32                                             ` Phillip Lord
2018-09-06 14:25                                               ` Drew Adams
2018-09-04 21:14                                         ` Ergus
2018-09-05  2:40                                         ` Eli Zaretskii
2018-09-05  6:29                                           ` Paul Eggert
2018-09-05  7:59                                             ` Joost Kremers
2018-09-05 15:27                                               ` Eli Zaretskii
2018-09-09 20:07                                                 ` Joost Kremers
2018-09-09 20:10                                                   ` Eli Zaretskii
2018-09-10  5:16                                                   ` Yuri Khan
2018-09-10  7:30                                                     ` Eli Zaretskii
2018-09-10  8:26                                                       ` Yuri Khan
2018-09-10 12:06                                                         ` hw
2018-09-10 12:44                                                           ` Michael Albinus
2018-09-10 14:57                                                           ` Yuri Khan
2018-09-10 19:58                                                             ` hw
2018-09-11  6:31                                                               ` Yuri Khan
2018-09-11 20:37                                                                 ` hw
2018-09-10 12:52                                                         ` Eli Zaretskii
2018-09-06  1:11                                         ` hw
2018-09-06  1:41                                           ` Ergus
2018-09-07  8:11                                             ` hw
2018-09-06 12:29                                       ` Phillip Lord
2018-09-06 14:24                                         ` Drew Adams
2018-09-06 14:36                                           ` Eli Zaretskii
2018-09-07  6:39                                             ` Richard Stallman
2018-09-07  8:25                                             ` hw
2018-09-07  9:34                                               ` Eli Zaretskii
2018-09-07 13:22                                                 ` hw
2018-09-07 14:48                                                   ` Eli Zaretskii
2018-09-07 16:34                                                     ` Drew Adams
2018-09-07 21:29                                                     ` hw
2018-09-08  6:21                                                       ` Eli Zaretskii
2018-09-08 13:12                                                         ` hw
2018-09-08 16:17                                                           ` Eli Zaretskii
2018-09-10 11:52                                                             ` hw
2018-09-10 12:35                                                               ` Eli Zaretskii
2018-09-10 20:04                                                                 ` hw
2018-09-08 17:00                                                           ` Charles A. Roelli
2018-09-08 23:02                                                           ` Juri Linkov
2018-09-10  6:47                                                             ` hw
2018-09-10 14:13                                                               ` Drew Adams
     [not found]                                                         ` <<87mussp1zu.fsf@toy.adminart.net>
     [not found]                                                           ` <<m2a7or53gj.fsf@aurox.ch>
2018-09-09  2:09                                                             ` Drew Adams
2018-09-09 23:05                                                               ` Drew Adams
2018-09-07 15:26                                               ` Drew Adams
2018-09-07 21:53                                                 ` hw
2018-09-07 22:52                                                   ` Drew Adams
     [not found]                                           ` <<83r2i6wv4v.fsf@gnu.org>
2018-09-06 14:56                                             ` Drew Adams
2018-09-06 18:38                                               ` Eli Zaretskii
2018-09-06 19:27                                                 ` Clément Pit-Claudel
2018-09-06 19:49                                                   ` Eli Zaretskii
     [not found]                                               ` <<83k1nywjwv.fsf@gnu.org>
2018-09-06 23:47                                                 ` Drew Adams
2018-09-07  6:36                                                   ` Eli Zaretskii
2018-09-07  8:16                                         ` hw
2018-09-04 20:38                                     ` Ergus
2018-09-06 12:58                                       ` Phillip Lord
2018-09-07  8:45                                       ` hw
2018-09-03 22:15                       ` debounce (was: Some developement questions) Juri Linkov
     [not found] <196033312.7709403.1534426446299.ref@mail.yahoo.com>
2018-08-16 13:34 ` Some developement questions Ergus
2018-08-16 14:15   ` Eli Zaretskii
2018-08-16 14:38     ` Aurélien Aptel
2018-08-16 15:28       ` Andy Moreton
2018-08-16 17:25         ` Eli Zaretskii
     [not found] <<87sh36inql.fsf@himinbjorg.adminart.net>
     [not found] <<8336v6cvem.fsf@gnu.org>

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20180904205713.ouqux6wi3jqe6zcj@Ergus \
    --to=spacibba@aol.com \
    --cc=emacs-devel@gnu.org \
    --cc=hw@adminart.net \
    --cc=jbranso@fastmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).