Yes, it is trash, believe me, as it comes, it is trash. Trash.:
Yes, it is customizable, but even knowing emacs since so long, I spend
so much time to get the old behaviour. A waste of time.
but every time I install a new major version I seem to have a struggle setting it up to act the way the previous version did.
On Fri, 2 Jun 2017, Bruce Mardle wrote:
but every time I install a new major version I seem to have a struggle setting it up to act the way the previous version did.
I had to compile it to get sharp fonts.
If you see traditional editors like ed, (n)vi, sam, acme, they become
always better, but not fatter, they dont mutate continously in appareance
and behaviour.
I was realy furious with the new default "delete-selection-mode". It is
a trap for people that take serious his work and the text he is editing.
Gnu Emacs become always new "cool features" that perhaps an idiot
finds good, an idiot that needs a text editor more intelligent than him.
I dont want that the text editor takes decisions for me.
Emacs is based on a brocken Lisp. If developers had a sense for
perfection, they would have corrected it long ago instead of
inflating it with "cool features".
Rodrigo.
I too have used Emacs for 25+ years. One of the original reasons for choosing it over Vi was that I didn't have to retrain my fingers (sometimes multiple times per day) when moving from working with an editor and working with a word processor. Vi wasnever a contender because of its UI differences from the rest of the world.
I'm not sure why you are furious with delete-selection-mode - it is definitely not on by default (at least in my Emacs) and I see it as just a further move to bring Emacs more in line with what has become accepted UI (but "accepted" doesn't have tomean you have to like it :-)). Personally, I haven't enabled it and I suspect that in Emacs 26 it will move from being off by default to on - which will just have to be one of those customisations that I'll have to explore at that time.
I'm not sure why you are furious with delete-selection-mode - it is definitely not on by default [...]
On Mon, 12 Jun 2017, Peter wrote:
I'm not sure why you are furious with delete-selection-mode - it is
definitely not on by default [...]
Something like that is enabled by default in 25.2 and is very disturbing.
I had to add:
(transient-mark-mode -1)
And also:
(setq inhibit-startup-screen t)
(menu-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(blink-cursor-mode 0)
(setq-default indent-tabs-mode t)
(electric-indent-mode -1)
(normal-erase-is-backspace-mode 1)
Roderick <hruodr@gmail.com> writes:
Wow, 9 customization lines qualify as "very disturbing".
Perspective, my friend, perspective.
On 20.06.2017 15:44, Dan Espen wrote:
Roderick <hruodr@gmail.com> writes:
Wow, 9 customization lines qualify as "very disturbing".
Perspective, my friend, perspective.
In fact, for me as a relative newbie to emacs, 9 such lines hint at
quite some disturbance. That's because I still do not really
understand lisp, and because I do not even know how to name the
changes in the look-and-feel, which means a really lengthy net search
until I stumble across something that helps me restore emacs to my expectations.
The fact that Microsoft and others are wont to change lots does not necessarily mean it has to be copied by the develpers of emacs ;-)
Just my thoughts,
I do not even know how to name the changes in the look-and-feel,
which means a really lengthy net search until I stumble across
something that helps me restore emacs to my expectations.
When a new version of Emacs is released, it comes with a NEWS file
that includes documentation of each change made in the default
behaviour of Emacs, including a recipe for getting back the old
behaviour for people who still want it. This file should answer
your questions without any need for a lengthy net search. View it
with `C-h n'.
(Tip: The NEWS file will open in Outline Mode which has commands
for managing the structure of the document. For even easier
folding and navigation of the document structure, switch the mode
to Org Mode (`M-x org-mode RET'). Then Shift-TAB cycles the
visibility of all headings in the file, and TAB cycles the
visibility of the heading you're in. I mention this because the
file can be quite large.)
If the NEWS file fails to say how to get the old behaviour back,
then report this as a bug (`M-x report-emacs-bug'). This might or
might not result in a change to the documentation, but it should
give you the information you need to get back the behaviour you
prefer, possibly along with some insight into why the change in
behaviour was made.
(Note: Many of those who might respond to Emacs bug reports are
often _very_ overworked, and can sometimes be a bit testy, or at
least overly terse. Don't let this deter you. If you stay
neutral/rational and ask clear questions, you will get the
information you need.)
FWIW it seems to me that the project is extremely conservative
about making changes in behaviour (with a few lamentable
exceptions such as curly quotes). When behaviour is really a
matter of personal preference, they will often choose the default
to be that which will be easiest for new users who are not yet
familiar with Emacs, on the premise that it's much easier for
experienced users to add a customisation. It sounds like you fall
into the crack between these two groups.
N.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 437 |
Nodes: | 16 (2 / 14) |
Uptime: | 186:43:06 |
Calls: | 9,135 |
Calls today: | 2 |
Files: | 13,429 |
Messages: | 6,034,906 |