Live data from Hacker News

Famous Emacs Users (that are not famous for using Emacs)

wenshanren.org

81–85 of 85 posts

Re: Famous Emacs Users (that are not famous for using Emacs)

#81
post #73
post #67

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

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)

#82
post #81
post #73

Earlier 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??

The problem clearly exists between the chair and the keyboard...

Re: Famous Emacs Users (that are not famous for using Emacs)

#83
post #30

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

#84
post #81
post #73

Earlier 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??

all the shortcuts change, some don't work anymore.

Re: Famous Emacs Users (that are not famous for using Emacs)

#85
post #59

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

I would call that hacking in Elisp, not on Elisp, which is why I asked.
Post reply on HN