org mode in Emacs would probably (definitely?) allow you to doAside: I tried Emacs quite some time ago (ca. 2000 - 2002) and found it very difficult to get into and eventually abandoned it. I had come from the Windows
everything you have indicated. Emacs is available as a Debian package
out of the box.
* is there somewhere a guide to LISP syntax that makes analogies toUpdate: after writing the above, I found [[https://www.fluentpython.com/extra/beautiful-code/][A Beautiful Piece of Code: lis.py]] which helped a lot, example:
things like Algol or C (or Python, Pascal, or such). (Background: I originally learned Algol, then was forced to learn Fortran :-(, and then
was exposed to and supposed to learn Lisp, but I never became comfortable with that. Something that would take (or display) some Lisp code snippets tanslated into something more like Pascal syntax would help me a lot, I think)
On Friday, February 06, 2026 06:21:15 AM Eric S Fraga wrote:
org mode in Emacs would probably (definitely?) allow you to do
everything you have indicated. Emacs is available as a Debian package
out of the box.
Aside: I tried Emacs quite some time ago (ca. 2000 - 2002) and found it very difficult to get into and eventually abandoned it. I had come from the Windows
world and was used to WYSIWG editors and word processors (e.g., Word).
I'm willing to put at least a little time into reconsidering Emacs (should it
be EMACS?) but would like to find a list where beginner's level questions might
be asked (or, I guess I can search with DDG or ask an AI (I currently sometimes use chatgpt (cautiously))).
Is there such a mail list?
A quick sample of some of the questions I'd ask:
* does (or can) EMACS use UTf-8 as its (or a) native <darn -- can't think of the right word>
* can EMACS do what I think is known as soft or dynamic word wrap -- I mean
word wrap without inserting line end characters to wrap the lines of a paragraph
* is there somewhere a guide to LISP syntax that makes analogies to things
like Algol or C (or Python, Pascal, or such). (Background: I originally learned Algol, then was forced to learn Fortran :-(, and then was exposed to and supposed to learn Lisp, but I never became comfortable with that. Something that would take (or display) some Lisp code snippets tanslated into
something more like Pascal syntax would help me a lot, I think)
* I currently edit files (in Kate) approaching 50 MB, I'd expect to do similar size (or more) files in Emacs, with lots of features enabled (e.g., TWiki or HTML (or other) syntax highlighting, folding (I guess that is org mode), etc. Should I be worried?
* Oh, I also know that at one time Xemacs was created to be a gui for Emacs, my recollection is that, since then, Emacs has developed a gui interface -- ahh, yes, I'm 99% sure of that (so I shouldn't have listed / asked this here).
Thanks!
Is there such a mail list?
does (or can) EMACS use UTf-8
can EMACS do what I think is known as soft or dynamic word wrap -- I
mean word wrap without inserting line end characters to wrap the
lines of a paragraph
is there somewhere a guide to LISP syntax that makes analogies to
things like Algol or C
rhkramer writes:
Is there such a mail list?
Try https://lists.gnu.org/mailman/listinfo/help-gnu-emacs .
(I have no experience with it.)
There is also extensive built-in documentation.
does (or can) EMACS use UTf-8
Yes.
can EMACS do what I think is known as soft or dynamic word wrap -- I
mean word wrap without inserting line end characters to wrap the
lines of a paragraph
You probably want visual line mode.
is there somewhere a guide to LISP syntax that makes analogies to
things like Algol or C
Lisp is too different for that to make sense. But you don't need to
know lisp to use Emacs. Customization can be done via a menu system.
Large files are not a problem.
On Friday, February 06, 2026 06:21:15 AM Eric S Fraga wrote:
org mode in Emacs would probably (definitely?) allow you to do
everything you have indicated. Emacs is available as a Debian package
out of the box.
Aside: I tried Emacs quite some time ago (ca. 2000 - 2002) and found it very difficult to get into and eventually abandoned it. I had come from the Windows
world and was used to WYSIWG editors and word processors (e.g., Word).
I'm willing to put at least a little time into reconsidering Emacs (should it
be EMACS?) but would like to find a list where beginner's level questions might
be asked (or, I guess I can search with DDG or ask an AI (I currently sometimes use chatgpt (cautiously))).
Aside: I tried Emacs quite some time ago (ca. 2000 - 2002) and found it
very difficult to get into and eventually abandoned it. I had come from
the Windows world and was used to WYSIWG editors and word processors
(e.g., Word).
I'm willing to put at least a little time into reconsidering Emacs
(should it be EMACS?) but would like to find a list where beginner's
level questions might be asked (or, I guess I can search with DDG or ask
an AI (I currently sometimes use chatgpt (cautiously))).
Is there such a mail list?
* does (or can) EMACS use UTf-8 as its (or a) native <darn -- can't
think of the right word>
* can EMACS do what I think is known as soft or dynamic word wrap -- I
mean word wrap without inserting line end characters to wrap the lines
of a paragraph
* is there somewhere a guide to LISP syntax that makes analogies to
things like Algol or C (or Python, Pascal, or such). (Background: I originally learned Algol, then was forced to learn Fortran :-(, and then
was exposed to and supposed to learn Lisp, but I never became
comfortable with that. Something that would take (or display) some Lisp
code snippets tanslated into something more like Pascal syntax would
help me a lot, I think)
* I currently edit files (in Kate) approaching 50 MB, I'd expect to do similar size (or more) files in Emacs, with lots of features enabled
(e.g., TWiki or HTML (or other) syntax highlighting, folding (I guess
that is org mode), etc. Should I be worried?
* Oh, I also know that at one time Xemacs was created to be a gui for
Emacs, my recollection is that, since then, Emacs has developed a gui interface -- ahh, yes, I'm 99% sure of that (so I shouldn't have
listed / asked this here).
There are only two syntacic terms: lists and atoms. Atoms are
symbols (eg alphanumerics), numbers (integers, rational numbers,
floating point numbers, and bignums), characters, strings.
But yes, LISP is a very different animal from Algol or C, or really
most other languages.
is there somewhere a guide to LISP syntax that makes analogies toLisp is too different for that to make sense.
things like Algol or C
I took a full year of LISP at CSU Long Beach, where we used a LISP
dialect that we got from the University of Texas, and I thank you for
the trip down memory lane.
As to Emacs, I have a vague recollection of using one or two heavily customized Commodore Amiga ports of Emacs (one of them part of a
Modula-2 development system), but about all I can recall is that it's
easier to become proficient in then vi is (but what isn't?)
--
JHHL
rhkramer writes:...
Ahh, but I did find one thing that helped me make sense / make an analogy -- atis there somewhere a guide to LISP syntax that makes analogies to
things like Algol or C
Lisp is too different for that to make sense.
| Sysop: | Jacob Catayoc |
|---|---|
| Location: | Pasay City, Metro Manila, Philippines |
| Users: | 5 |
| Nodes: | 4 (0 / 4) |
| Uptime: | 117:51:02 |
| Calls: | 125 |
| Calls today: | 125 |
| Files: | 489 |
| D/L today: |
859 files (365M bytes) |
| Messages: | 76,472 |
| Posted today: | 26 |