GNU bug report logs -
#62233
Using Emacs Lisp
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62233 in the body.
You can then email your comments to 62233 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#62233
; Package
emacs
.
(Fri, 17 Mar 2023 07:28:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrew Goh <andrewgoh95 <at> yahoo.com.sg>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 17 Mar 2023 07:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi FSF,
I was wondering if the FSF can turn Emacs Lisp into a tool that is as easy to use as two of these mainstream Lisp environments - Allegro Common Lisp and LispWorks. And to do away with difficult to remember commands such as C-x C-m for example, if there is such a thing.
Otherwise, its a free and useful tool for learning Lisp and using it for AI.
That's all I have to say.
--- Andrew Goh
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#62233
; Package
emacs
.
(Fri, 17 Mar 2023 08:14:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 62233 <at> debbugs.gnu.org (full text, mbox):
Andrew Goh <andrewgoh95 <at> yahoo.com.sg> writes:
> Hi FSF,
> I was wondering if the FSF can turn Emacs Lisp into a tool that is as
> easy to use as two of these mainstream Lisp environments - Allegro
> Common Lisp and LispWorks. And to do away with difficult to remember
> commands such as C-x C-m for example, if there is such a thing.
> Otherwise, its a free and useful tool for learning Lisp and using it for AI.
> That's all I have to say.
> --- Andrew Goh
You can already write Emacs Lisp code using Nano or vi and run the code
using "emacs --script". The discussion to abandon the Emacs UI comes up
from time to time and is usually fruitless. There are a lot of people
who are used to and like keychords and a lot of packages rely on them,
so it would not be worth betraying them. There are people who write
scripts that make Emacs emulate different kinds of editors. I believe
that would be the best way forwards for what you are looking to do.
Also, I believe you wanted to address GNU, specifically the Emacs maintainers.
--
Philip Kaludercic
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#62233
; Package
emacs
.
(Sat, 18 Mar 2023 03:49:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 62233 <at> debbugs.gnu.org (full text, mbox):
* Philip Kaludercic <philipk <at> posteo.net> [2023-03-17 11:14]:
> You can already write Emacs Lisp code using Nano or vi and run the code
> using "emacs --script".
Is there practical example?
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
In support of Richard M. Stallman
https://stallmansupport.org/
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#62233
; Package
emacs
.
(Sat, 18 Mar 2023 03:49:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 62233 <at> debbugs.gnu.org (full text, mbox):
* Andrew Goh via "Bug reports for GNU Emacs, the Swiss army knife of text editors <bug-gnu-emacs <at> gnu.org> [2023-03-17 10:29]:
> I was wondering if the FSF can turn Emacs Lisp into a tool that is
> as easy to use as two of
Thanks.
Can you tell what it means "as easy to use"? Can you describe what
makes it easy?
> these mainstream Lisp environments - Allegro Common Lisp and
> LispWorks.
They may be "main" in proprietary world, where commercial companies
dictate over their users, while in free software world, they can't
compare. I guess that SBLC could be the main free software Common Lisp
implementation.
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
In support of Richard M. Stallman
https://stallmansupport.org/
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#62233
; Package
emacs
.
(Sat, 18 Mar 2023 07:40:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 62233 <at> debbugs.gnu.org (full text, mbox):
Jean Louis <bugs <at> gnu.support> writes:
> * Philip Kaludercic <philipk <at> posteo.net> [2023-03-17 11:14]:
>> You can already write Emacs Lisp code using Nano or vi and run the code
>> using "emacs --script".
>
> Is there practical example?
I am not sure what you mean, but since Emacs Lisp is just plain text you
can write it using any editor. You will not have the advantages of
doing so inside a interactive environment like Emacs, but it is still
possible.
--
Philip Kaludercic
Reply sent
to
Stefan Kangas <stefankangas <at> gmail.com>
:
You have taken responsibility.
(Tue, 12 Sep 2023 00:19:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andrew Goh <andrewgoh95 <at> yahoo.com.sg>
:
bug acknowledged by developer.
(Tue, 12 Sep 2023 00:19:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 62233-done <at> debbugs.gnu.org (full text, mbox):
Andrew Goh <andrewgoh95 <at> yahoo.com.sg> writes:
> Hi FSF,
>
> I was wondering if the FSF can turn Emacs Lisp into a tool that is as
> easy to use as two of these mainstream Lisp environments - Allegro
> Common Lisp and LispWorks. And to do away with difficult to remember
> commands such as C-x C-m for example, if there is such a thing.
>
> Otherwise, its a free and useful tool for learning Lisp and using it
> for AI.
>
> That's all I have to say.
Thanks for your feedback. We are continuously working on making Emacs
Lisp easier to use. I don't think we can simplify commands much though,
but we trying when we can. Emacs is an old piece of software, which
means that some of the conventions we follow may seem outdated.
However, many users use and depend on them, and it wouldn't be fair to
them to just throw out all those conventions out in one go. We
therefore improve them incrementally, and sometimes it's slow going.
I don't see anything actionable here, so I'm closing the bug report.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 10 Oct 2023 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.