all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ergus <spacibba@aol.com>
To: hw <hw@adminart.net>
Cc: Eli Zaretskii <eliz@gnu.org>, Alexis <flexibeast@gmail.com>,
	emacs-devel@gnu.org
Subject: Re: Some developement questions
Date: Mon, 27 Aug 2018 04:18:54 +0200	[thread overview]
Message-ID: <20180827021854.vws5kgwldksmzx7l@Ergus> (raw)
In-Reply-To: <87va7y6j8z.fsf@himinbjorg.adminart.net>

On Sun, Aug 26, 2018 at 03:06:35PM +0200, hw wrote:
>Alexis <flexibeast@gmail.com> writes:
>
>> hw <hw@adminart.net> writes:
>>
>>> Maybe Emacs should give us warnings when it discovers outdated,
>>> deprecated or useless settings in ~/.emacs.
>>
>> i imagine many people might want this; but many people might /not/
>> want this if it has a noticeable impact on startup times. Startup
>> times don't usually have an impact on me personally, since i run an
>> Emacs server at machine startup and connect clients to that. From what
>> i've read, however, a number of people find even an extra 0.5s-1.0s in
>> startup to be significant when jumping in and out of a non-client
>> Emacs instance. So if this feature did have an impact on startup
>> times, people would want to be able to enable and disable it at will.
>
>Right, the check is more something that to enabled every know and then
>rather something that would need to be done on each start.
>
>How does 0.5--1 second more or less time needed for booting make a
>difference?
>
>>> get into documentation hell because it's hard to tell which
>>> documentation is up to date
>>
>> One of the pleasures i find in using Emacs is its extensive
>> accompanying documentation, documentation which (in my experience) is
>> typically far better maintained than that of many other
>> projects[1].
>
>Yes :)  And I learned from this thread that I need to pay more attention
>to the documentation.  There is lots I haven't looked at yet, and it
>continues to evolve.  I guess it just doesn't come to mind because I'm
>so much used to search the internet to find something.
>
>> As someone who has been using Emacs for around 20 years,
>> i very much appreciate the comprehensive NEWS file with each release,
>
>There is a NEWS file?

Yes, I usually look for it, but online :p  
>
>> which allows me to quite quickly ascertain what changes have been made
>> that might affect my configuration and workflow (e.g. changed default
>> values).
>>
>> i say this because i'm wondering which area(s) of documentation you're
>> having these difficulties with?
>
>It was Ergus who finds this difficult.

When I started yes, it was difficult. Mainly because the names, the
terms and all the environment were all new and very different of
everything else I used before. Some keybindings in the documentations
didn't work because they were conflicting with the gnome-terminal ones
(as I was using ssh connections with no tramp). There was not redo in
the usual way (still very confusing for me). And many configurations and
help I found in the web was in Lisp which is also very different from
python, C, Ruby, Fortran...


>
>> If you're talking about the Emacs Wiki at emacswiki.org, well, as far
>> as i'm aware, that's not an official wiki, is it[2]? Nor is
>> wikemacs.org. i personally much prefer the latter to the former.
>
>Well, yes, it is what I find when I search, and it doesn't matter if
>something is official or not when I need to solve a particular problem
>because when the solution is good, what difference does it make?
>
>Documentation that can be found can always be old when the software it
>refers to is old.  You always have to wonder if there is something more
>recent that makes the old documentation outdated or irrelevant.
>
>Emacs stands out in this because it has not only been around for a long
>time but continues to evolve at a relatively fast pace compared to other
>software that has also been around for ages.  While old documentation
>for other software may still be relevant, old documentation for Emacs
>might not be because Emacs has moved on while the other software has
>not.
>
>> But i strongly feel that people's first destinations when searching
>> for documentation should be the Emacs Manual and the Emacs Lisp
>> Reference Manual - only after not being able to locate the information
>> in those manuals, making sure to make use their excellent indexes,
>> should one consider trying to find information on the two wikis. i
>> regularly find myself responding to "How do I do X in Emacs?"
>> questions with "Here's the relevant section of the relevant manual."
>
>Perhaps that's because it is so much easier and so much more a habit to
>enter some search term into a search engine and to browse the findings
>than it is to go through the documentation that comes with Emacs.
>
>> At any rate, one should certainly consider submitting a bug report
>> about inadequate or inaccurate documentation for functionality shipped
>> with Emacs. Even if no volunteer can immediately address it, at least
>> it's recorded as something for potential volunteers to work on.
>
>I continue to be amazed and delighted with how exceptionally responsive
>and interested the developers of Emacs are and how much help you can get
>when you only ask.  This is just wonderful :)
>
>Making bug reports is worthwhile with Emacs because the developers take
>care of them and bugs do get fixed.  All this is something other
>projects could learn a lot from.
>
>>> I had auto-complete working (until I disabled it because it got into
>>> my way by trying to automatically complete everything when I used
>>> Emacs for something I didn't install auto-complete for), installed
>>> from a git repo somewhere on github.
>>
>> Do you literally mean the `auto-complete.el' package and its
>> associated `ac-*' packages? Is that still maintained?
>
>
>cat ~/emacs/auto-complete/.git/config
>[...]
>[remote "origin"]
>        url = https://github.com/auto-complete/auto-complete.git
>[...]
>
>
>It looks like the last commit was two years ago.  I guess it was still
>maintained when I tried it four years ago :)
>
>> i'm using company` as my autocompletion framework, myself. But neither
>> is shipped with Emacs, and there's no index entry for `auto-complete'
>> or autocomplete' in the Emacs Manual, which probably comes as a
>> surprise to the many people who have come to expect autocompletion as
>> basic functionality in a programming environment ....
>
>Auto completion is worse than a phone ringing, a notification popping up
>on the screen, someone asking you a question and/or wanting you to do
>something or people talking in front of your office while you are trying
>to program.  Auto completion is worse because these things are temporary
>and cause you to loose only anything between 10 minutes and 2 hours
>while auto completion interrupts you constantly and thus prevents you
>from getting anything programmed at all.
>
>So why would anyone want to torture themselves with auto completion?
>

Because they look for: "auto completion emacs" and that's the result
they get. So the experience is bad and they move to sublime because
emacs completion was bad.


>
>Gnus is shipped with Emacs.  Have you ever tried to get it to work?
>
I tried but it didn't work for me, and in spite there are alternatives like mu4e the documentation directs you to gnus.

>> i think this is indeed a problem, but unfortunately, i don't have any
>> suggestions as to how it might be addressed. :-(
>
>I think if we could make configuration packages that handle all the
>dependencies and perhaps deal with alternatives, such packages could be
>made for particular use cases.
>
>>
>> [1] OpenBSD is probably the other project i think of when thinking of
>> excellence in documentation. Comparing `man 4 intro' for the Linux
>> kernel vs. `man 4 intro' for the OpenBSD kernel is eye-opening.
>
>I never looked at either ...
>
>"Section 4 of the manual describes special files (devices)."
>
>You must have different manpages.
>
>> [2] i have the impression that many people assume it /is/ an official
>> Emacs wiki, so if its not, this fact might need to be somehow
>> emphasised or made more clear.
>
>Is there another one?  Maybe it also needs to point to the documentation
>that comes with Emacs and tell people to always lock there to verify the
>information in the wiki.  But then, do I need to learn elisp before I
>could have a function like (goto-matching-fence) because I'm supposed to
>verify that it is not out of date?
>
>Perhaps nowadays, a wiki is the way to go because it suits the way how
>people find information.  Long ago, we were reading the documentation
>that came packaged with the software because we didn't have the kind of
>internet access we now have.  Nowadays, we wish that documentation came
>with the software like it used to.
>
>Would it be possible to convert the documentation that comes with Emacs
>into a wiki?
>
>
+1 to this.

And a foro where the users can interact dynamically, and give answers
each other, so all the support does not fall on the emacs developers,
but the users can help each other. I told before: a mailing list is so
1998.

We need some feedback from the users if we want more/newer users.

Vim made like a features claim page where the users report what they
want to see in the next releases, and they vote for them. So the
developers with a simple look knows what is coming next




  reply	other threads:[~2018-08-27  2:18 UTC|newest]

Thread overview: 216+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <444779489.8504194.1534538988289.ref@mail.yahoo.com>
2018-08-17 20:49 ` Some developement questions Ergus
2018-08-18  6:21   ` Eli Zaretskii
2018-08-22 12:34     ` hw
2018-08-22 14:45       ` Eli Zaretskii
2018-08-22 16:37         ` hw
2018-08-22 17:31           ` Eli Zaretskii
2018-08-22 22:17             ` hw
2018-08-23  0:20               ` Ergus
2018-08-23 10:50                 ` hw
2018-08-23 16:33                   ` Ergus
2018-08-23 14:20                 ` Eli Zaretskii
2018-08-23  8:26               ` Pierre Neidhardt
2018-08-23 14:04               ` Eli Zaretskii
2018-08-24  1:00                 ` hw
2018-08-24  9:04                   ` Eli Zaretskii
2018-08-25  0:45                     ` Ergus
2018-08-26 12:46                       ` hw
2018-08-25  1:31                     ` hw
2018-08-25  7:35                       ` Alexis
2018-08-25 10:34                         ` Ergus
2018-08-25 16:11                           ` Radon Rosborough
2018-08-25 16:20                             ` Eli Zaretskii
2018-08-25 20:34                               ` Ergus
2018-08-26  2:41                                 ` Eli Zaretskii
2018-08-26  1:24                               ` Radon Rosborough
2018-08-25 20:50                             ` Ergus
2018-08-26  1:33                             ` hw
2018-08-26 14:37                               ` Eli Zaretskii
2018-08-26 22:51                                 ` hw
2018-08-27 14:45                                   ` Eli Zaretskii
2018-08-28 20:42                                     ` hw
2018-08-29  6:59                                       ` Michael Albinus
2018-08-29 20:10                                         ` hw
2018-08-31 13:16                                           ` Michael Albinus
2018-09-01 17:53                                             ` hw
2018-09-03 13:35                                               ` Michael Albinus
2018-09-04 14:06                                                 ` hw
2018-08-29 15:11                                       ` Eli Zaretskii
2018-08-29 20:52                                         ` hw
2018-08-29 22:12                                           ` Filipp Gunbin
2018-08-30 23:49                                             ` hw
2018-09-03 18:56                                               ` Filipp Gunbin
2018-09-04 14:16                                                 ` hw
2018-09-04 19:47                                                   ` Filipp Gunbin
2018-09-05 20:36                                                     ` hw
2018-09-06  1:33                                                       ` Michael Heerdegen
2018-09-06  5:16                                                         ` Drew Adams
2018-09-06  5:29                                                           ` Michael Heerdegen
2018-09-06 13:52                                                         ` Eli Zaretskii
     [not found]                                                         ` <<831sa6ybqu.fsf@gnu.org>
2018-09-06 14:30                                                           ` Drew Adams
2018-09-07  7:03                                                         ` hw
2018-09-06 13:48                                                       ` Eli Zaretskii
2018-09-07  7:01                                                         ` hw
2018-09-06 18:15                                                       ` Filipp Gunbin
2018-09-07  7:18                                                         ` hw
2018-09-07 14:10                                                           ` Filipp Gunbin
2018-09-07 21:27                                                             ` hw
2018-09-10 12:29                                                               ` Filipp Gunbin
2018-09-10 18:18                                                                 ` hw
2018-09-11  9:51                                                                   ` Filipp Gunbin
2018-09-11 20:14                                                                     ` hw
2018-09-12  1:18                                                                       ` Filipp Gunbin
2018-08-30  2:12                                           ` Davis Herring
2018-09-01 17:40                                             ` hw
2018-09-01 19:41                                               ` Joshua Branson
2018-09-02 15:07                                                 ` hw
2018-09-02 18:23                                                   ` Ergus
2018-09-04 15:21                                                     ` hw
2018-09-04 20:57                                                       ` Ergus
2018-09-05 21:48                                                         ` hw
2018-09-01 22:13                                               ` Phil Sainty
2018-09-02 15:39                                                 ` hw
2018-09-02 22:01                                                   ` Juri Linkov
2018-09-03  7:30                                                     ` martin rudalics
2018-09-04 15:35                                                     ` hw
2018-09-04 16:44                                                       ` Eli Zaretskii
2018-09-05 22:21                                                         ` hw
2018-09-03  7:29                                                   ` martin rudalics
2018-09-01 22:30                                               ` Drew Adams
2018-09-02 16:02                                                 ` hw
2018-09-02 17:50                                               ` Ergus
2018-08-30 13:44                                           ` Eli Zaretskii
2018-08-31  0:40                                             ` hw
2018-09-01 18:47                                               ` Eli Zaretskii
2018-09-02 16:27                                                 ` hw
2018-09-02 17:12                                                   ` Eli Zaretskii
2018-09-04 15:43                                                     ` hw
2018-09-04 16:46                                                       ` Eli Zaretskii
2018-09-05 22:40                                                         ` hw
2018-08-30 23:30                               ` Radon Rosborough
2018-09-01 18:25                                 ` hw
2018-09-02 19:05                                   ` Radon Rosborough
2018-09-02 20:42                                     ` Basil L. Contovounesios
2018-09-03  2:37                                       ` Radon Rosborough
2018-09-04 15:57                                     ` hw
2018-08-26 20:41                             ` Richard Stallman
2018-08-27  2:33                               ` Eli Zaretskii
2018-08-27 22:51                                 ` Richard Stallman
2018-08-27 17:11                           ` Filipp Gunbin
2018-08-28  3:41                             ` Ergus
2018-08-26 13:06                         ` hw
2018-08-27  2:18                           ` Ergus [this message]
2018-08-25  8:19                       ` Eli Zaretskii
2018-08-26 14:25                         ` Noam Postavsky
2018-08-26 15:52                         ` hw
2018-08-26 16:23                           ` Stefan Monnier
2018-08-27  4:59                             ` hw
2018-08-27  1:54                           ` Ergus
2018-08-27 14:46                             ` Eli Zaretskii
2018-08-28 21:26                               ` Richard Stallman
2018-08-29 15:39                               ` Phillip Lord
2018-09-01 13:59                                 ` Eli Zaretskii
2018-09-02  3:11                                   ` Richard Stallman
2018-09-02 17:52                                     ` Ergus
2018-09-04 15:20                                       ` Phillip Lord
2018-09-04 13:07                                     ` Phillip Lord
2018-09-05  6:26                                       ` Richard Stallman
2018-09-06  0:29                                         ` hw
2018-09-07  6:39                                           ` Richard Stallman
2018-09-07  8:01                                             ` hw
2018-09-07 10:26                                               ` Phil Sainty
2018-09-07 14:00                                                 ` Stefan Monnier
2018-09-07 14:20                                                   ` Eli Zaretskii
2018-09-07 16:00                                                   ` Drew Adams
     [not found]                                                   ` <<83zhwttmm7.fsf@gnu.org>
2018-09-07 16:03                                                     ` Drew Adams
2018-09-07 14:15                                                 ` hw
2018-09-07 15:34                                                   ` Phil Sainty
2018-09-07 21:03                                                     ` hw
2018-09-07 15:52                                                 ` Drew Adams
2018-09-08  5:13                                               ` Richard Stallman
2018-09-08 13:02                                                 ` hw
2018-09-08 16:19                                                   ` Eli Zaretskii
2018-09-08 23:23                                                     ` hw
2018-09-09  5:29                                                       ` Eli Zaretskii
2018-09-10  9:35                                                         ` hw
2018-09-10 12:37                                                           ` Eli Zaretskii
2018-09-10 19:27                                                             ` hw
2018-09-10 13:52                                                           ` Phillip Lord
2018-09-09  6:07                                                   ` Richard Stallman
2018-09-09  6:07                                                   ` Richard Stallman
2018-09-09  6:23                                                     ` Eli Zaretskii
2018-09-09 17:18                                                     ` Ergus
2018-09-10 11:59                                                     ` hw
2018-09-10 12:40                                                       ` Eli Zaretskii
2018-09-10 19:48                                                         ` hw
2018-09-11  7:07                                                           ` Eli Zaretskii
2018-09-11 20:31                                                             ` hw
2018-09-06 13:59                                         ` Phillip Lord
2018-09-04 12:58                                   ` Phillip Lord
2018-09-04 16:30                                     ` hw
2018-09-04 19:13                                       ` Paul Eggert
2018-09-04 20:11                                         ` Drew Adams
2018-09-04 20:31                                           ` Paul Eggert
2018-09-06 12:32                                             ` Phillip Lord
2018-09-06 14:25                                               ` Drew Adams
2018-09-04 21:14                                         ` Ergus
2018-09-05  2:40                                         ` Eli Zaretskii
2018-09-05  6:29                                           ` Paul Eggert
2018-09-05  7:59                                             ` Joost Kremers
2018-09-05 15:27                                               ` Eli Zaretskii
2018-09-09 20:07                                                 ` Joost Kremers
2018-09-09 20:10                                                   ` Eli Zaretskii
2018-09-10  5:16                                                   ` Yuri Khan
2018-09-10  7:30                                                     ` Eli Zaretskii
2018-09-10  8:26                                                       ` Yuri Khan
2018-09-10 12:06                                                         ` hw
2018-09-10 12:44                                                           ` Michael Albinus
2018-09-10 14:57                                                           ` Yuri Khan
2018-09-10 19:58                                                             ` hw
2018-09-11  6:31                                                               ` Yuri Khan
2018-09-11 20:37                                                                 ` hw
2018-09-10 12:52                                                         ` Eli Zaretskii
2018-09-06  1:11                                         ` hw
2018-09-06  1:41                                           ` Ergus
2018-09-07  8:11                                             ` hw
2018-09-06 12:29                                       ` Phillip Lord
2018-09-06 14:24                                         ` Drew Adams
2018-09-06 14:36                                           ` Eli Zaretskii
2018-09-07  6:39                                             ` Richard Stallman
2018-09-07  8:25                                             ` hw
2018-09-07  9:34                                               ` Eli Zaretskii
2018-09-07 13:22                                                 ` hw
2018-09-07 14:48                                                   ` Eli Zaretskii
2018-09-07 16:34                                                     ` Drew Adams
2018-09-07 21:29                                                     ` hw
2018-09-08  6:21                                                       ` Eli Zaretskii
2018-09-08 13:12                                                         ` hw
2018-09-08 16:17                                                           ` Eli Zaretskii
2018-09-10 11:52                                                             ` hw
2018-09-10 12:35                                                               ` Eli Zaretskii
2018-09-10 20:04                                                                 ` hw
2018-09-08 17:00                                                           ` Charles A. Roelli
2018-09-08 23:02                                                           ` Juri Linkov
2018-09-10  6:47                                                             ` hw
2018-09-10 14:13                                                               ` Drew Adams
     [not found]                                                         ` <<87mussp1zu.fsf@toy.adminart.net>
     [not found]                                                           ` <<m2a7or53gj.fsf@aurox.ch>
2018-09-09  2:09                                                             ` Drew Adams
2018-09-09 23:05                                                               ` Drew Adams
2018-09-07 15:26                                               ` Drew Adams
2018-09-07 21:53                                                 ` hw
2018-09-07 22:52                                                   ` Drew Adams
     [not found]                                           ` <<83r2i6wv4v.fsf@gnu.org>
2018-09-06 14:56                                             ` Drew Adams
2018-09-06 18:38                                               ` Eli Zaretskii
2018-09-06 19:27                                                 ` Clément Pit-Claudel
2018-09-06 19:49                                                   ` Eli Zaretskii
     [not found]                                               ` <<83k1nywjwv.fsf@gnu.org>
2018-09-06 23:47                                                 ` Drew Adams
2018-09-07  6:36                                                   ` Eli Zaretskii
2018-09-07  8:16                                         ` hw
2018-09-04 20:38                                     ` Ergus
2018-09-06 12:58                                       ` Phillip Lord
2018-09-07  8:45                                       ` hw
2018-09-03 22:15                       ` debounce (was: Some developement questions) Juri Linkov
     [not found] <196033312.7709403.1534426446299.ref@mail.yahoo.com>
2018-08-16 13:34 ` Some developement questions Ergus
2018-08-16 14:15   ` Eli Zaretskii
2018-08-16 14:38     ` Aurélien Aptel
2018-08-16 15:28       ` Andy Moreton
2018-08-16 17:25         ` Eli Zaretskii
     [not found] <<87sh36inql.fsf@himinbjorg.adminart.net>
     [not found] <<8336v6cvem.fsf@gnu.org>

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180827021854.vws5kgwldksmzx7l@Ergus \
    --to=spacibba@aol.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=flexibeast@gmail.com \
    --cc=hw@adminart.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.