Earlier quoted context omitted.
Hello, I run the blog mastering emacs - please let me know if there are any articles you want me to cover.
how to run emacs with an azerty keyboard on windows would be one :)
Famous Emacs Users (that are not famous for using Emacs)
81–85 of 85 posts
Re: Famous Emacs Users (that are not famous for using Emacs)
#82Earlier quoted context omitted.
how to run emacs with an azerty keyboard on windows would be one :)
how is it not possible to run emacs with azerty keyboard? is there something preventing you from starting emacs? or some key efficiency issue??
Re: Famous Emacs Users (that are not famous for using Emacs)
#83Earlier quoted context omitted.
They usually have one of the many clones of vi, installed as vi. Very few use actual vi, because for many years it was out-of-bounds because it used AT&T code from ed.
Interesting. What's the easiest way to check which vi binary I have?
$ update-alternatives --display vi
vi - auto mode
link currently points to /usr/bin/vim.gtk
...
Or you could brute force it: $ ll $(which vi)
lrwxrwxrwx 1 root root 20 May 16 17:14 /usr/bin/vi -> /etc/alternatives/vi*
$ ll /etc/alternatives/vi
lrwxrwxrwx 1 root root 16 May 17 06:07 /etc/alternatives/vi -> /usr/bin/vim.gtk*
$ ll /usr/bin/vim.gtk
-rwxr-xr-x 1 root root 2391176 Apr 2 03:18 /usr/bin/vim.gtk*
vim.gtk is likely coded to behave differently depending on how it was invoked, as vim or vi for example.Re: Famous Emacs Users (that are not famous for using Emacs)
#84Earlier quoted context omitted.
how to run emacs with an azerty keyboard on windows would be one :)
how is it not possible to run emacs with azerty keyboard? is there something preventing you from starting emacs? or some key efficiency issue??
Re: Famous Emacs Users (that are not famous for using Emacs)
#85Earlier quoted context omitted.
What does hacking ON Emacs lisp mean? Does it mean working on Emacs's lisp interpreter's source? Or on some project written in Emacs lisp?
For me it means writing an .el extension.