Groups | Search | Server Info | Login | Register


Groups > comp.emacs > #2497

Re: Origin Of Emacs

From "Loris Bennett" <loris.bennett@fu-berlin.de>
Newsgroups comp.emacs
Subject Re: Origin Of Emacs
Date 2025-10-29 07:56 +0100
Organization FUB-IT, Freie Universität Berlin
Message-ID <87ecqmnqku.fsf@zedat.fu-berlin.de> (permalink)
References <vu9pu7$27kdv$1@dont-email.me> <10drm1e$s8$2@news.chmurka.net>

Show all headers | View raw


Krzsztof Krzysztof <shuvarek@wytnij-to-gmail.com> writes:

> On 23.04.2025 06:22, Lawrence D'Oliveiro wrote:
>>  From David McKenzie’s blog
> [...]
>>      Stallman's efforts we'd probably all be using vi or worse today.
>
> At least two things still keep me using vim:
> 1. easy spellcheck with two or more languages just by ":set spelllang=pl,en"

It may not be as easy as with Vim, but it is certainly possible.  I have
the following in my configuration:

  (use-package flyspell
    :config
    (setq ispell-program-name "hunspell")
    ;; Configure German and GB English.
    (setq ispell-dictionary "de_DE,en_GB")
    ;; ispell-set-spellchecker-params has to be called
    ;; before ispell-hunspell-add-multi-dic will work
    (ispell-set-spellchecker-params)
    (ispell-hunspell-add-multi-dic "de_DE,en_GB")
    :hook
    ((text-mode . flyspell-mode)
     (prog-mode . flyspell-prog-mode)))

> 2. Usint it through web, I do not have problem with `C-n`, `C-p`.

What do you mean by 'through web'?  Do you mean via SSH?  And what are
the problems with 'C-n' and 'C-p'? 

> And generally using Tram can block the program for good. So I still
> prefer to use ssh/tmux than Emacs for example.

I guess you mean 'Tramp' and are suggesting that it can cause Emacs to
hang?  I don't use tramp much these days, except for occasionally
editing files within containers, but I would be slightly surprised if
there were a fundamental problem with Tramp.  I always found the
maintainer, Michael Albinus, to be very helpful and dedicated to sorting
issues out.

I am not sure why SSH/Tmux is an alternative to Emacs.  I assume you a
referring to logging onto systems which don't have Emacs.  Luckily all
my remote systems do, so I use SSH/Tmux and Emacs :-)

Cheers,

Loris


-- 
This signature is currently under constuction.

Back to comp.emacs | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Origin Of Emacs Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-23 04:22 +0000
  Re: Origin Of Emacs Krzsztof Krzysztof <shuvarek@wytnij-to-gmail.com> - 2025-10-29 01:10 +0100
    Re: Origin Of Emacs "Loris Bennett" <loris.bennett@fu-berlin.de> - 2025-10-29 07:56 +0100
      Multi-lang spellchecking; Tramp performance; multiplexing Mekeor Melire <mekeor@posteo.de> - 2025-10-29 13:07 +0100
        Re: Multi-lang spellchecking; Tramp performance; multiplexing Daniel Cerqueira <dan.list@lispclub.com> - 2025-10-29 15:26 +0000
        Re: Multi-lang spellchecking; Tramp performance; multiplexing Water Fountain <water@foun.tn> - 2025-10-30 11:29 +0100
          Re: Multi-lang spellchecking; Tramp performance; multiplexing Mekeor Melire <mekeor@posteo.de> - 2025-10-30 13:51 +0100
            Performance of Tramp + Magit Mekeor Melire <mekeor@posteo.de> - 2025-10-30 14:27 +0100
          Re: Multi-lang spellchecking; Tramp performance; multiplexing phako <phako@invalid.net> - 2025-10-30 19:07 +0100
            Re: Multi-lang spellchecking; Tramp performance; multiplexing Water Fountain <water@foun.tn> - 2025-10-30 23:01 +0100
    Re: Origin Of Emacs Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> - 2025-10-30 15:07 +0200
      Re: Origin Of Emacs "Loris Bennett" <loris.bennett@fu-berlin.de> - 2025-10-30 14:49 +0100
      Re: Origin Of Emacs Nuno Silva <nunojsilva@invalid.invalid> - 2025-10-31 12:05 +0000

csiph-web