unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Tim X <timx@nospam.dev.null>
To: help-gnu-emacs@gnu.org
Subject: Re: My emacs was upgraded and I am a novice again
Date: Sun, 23 Sep 2007 15:01:09 +1000	[thread overview]
Message-ID: <87fy16q8kq.fsf@lion.rapttech.com.au> (raw)
In-Reply-To: mailman.1105.1190373701.18990.help-gnu-emacs@gnu.org

"Dave Pawson" <dave.pawson@gmail.com> writes:

> On 21/09/2007, Eli Zaretskii <eliz@gnu.org> wrote:
>
>> How did you come up with the string "novice" as something to look for?
>> The Emacs manual describes this feature as "disabled command", and
>> both "M-x apropos disabled" and "i disabled" in the manual find quite
>> a few hits.
>
> For me, that sums up one of the quirks of emacs. Its way of hiding
> its light under the proverbial bushel.
>
> Each time I come across one of these features (e.g. auto-revert-mode yesterday)
> I note it down and am likely to use it.
>
> Has anyone documented the feature list (without going on to extensions)
> that is present in the 'out of the box' emacs?
> I swear I could use emacs for 20 years and still find out new things
> that I could find useful.
>
> RTFM won't cut it Tim <chuckles/>.
>
> I'm not even sure how such a list might be documented. I'd go looking for
> auto-revert-mode under 'refresh' or some such.
>
> Is it worthwhile? Probably not if you're content with emacs.
>

Hi Dave,

You probably don't want to hear this, but your so called feature list
exists in the manual, its just not called a feature list. Open the emacs
manual and scroll down to the detailed node listing. This in effect is a
summary of emacs features that links to the sections of the manual they are
covered in. 

In the detailed node listing you will find the following section -

File Handling

* File Names::          How to type and edit file-name arguments.
* Visiting::            Visiting a file prepares Emacs to edit the file.
* Saving::              Saving makes your changes permanent.
* Reverting::           Reverting cancels all the changes not saved.
* Autorevert::          Auto Reverting non-file buffers.
* Auto Save::           Auto Save periodically protects against loss of data.
* File Aliases::        Handling multiple names for one file.
* Version Control::     Version control systems (RCS, CVS and SCCS).
* Directories::         Creating, deleting, and listing file directories.
 Comparing Files::     Finding where two files differ.
* Diff Mode::           Editing diff output.
* Misc File Ops::       Other things you can do on files.
* Compressed Files::    Accessing compressed files.
* File Archives::       Operating on tar, zip, jar etc. archive files.
* Remote Files::        Accessing files on other sites.
* Quoted File Names::   Quoting special characters in file names.
* File Name Cache::     Completion against a list of files you often use.
* File Conveniences::   Convenience Features for Finding Files.
* Filesets::            Handling sets of files.

so there it is, a list of features in standard emacs that deals with file
handling, including a menu item for revert and auto-revert. It even defines
what evert means in case your not familiar with the term. I really can't
see how it can be made any clearer.  

Even the answer to the OPs original question appears to be covered on the
first page of the manual entry e.g. 

,----
|    When you edit a file that changes automatically and frequently--for
| example, a log of output from a process that continues to run--it may be
| useful for Emacs to revert the file without querying you, whenever you
| visit the file again with `C-x C-f'.
| 
|    To request this behavior, set the variable `revert-without-query' to
| a list of regular expressions.  When a file name matches one of these
| regular expressions, `find-file' and `revert-buffer' will revert it
| automatically if it has changed--provided the buffer itself is not
| modified.  (If you have edited the text, it would be wrong to discard
| your changes.)
`----

It then goes into more details regarding three different auto-revert
mechanisms that are available. 

To be honest and not trying to be rude, I still feel the "problem" is
people wanting answers without doing the reading/work. In the current
example, I get a very strong feeling the OP encountered a change in
behavior and immediately fired off a question to the NG without checking
the documentation. Not only are things (IMO) clearly laid out in the emacs
manual, therre is even a section in the NEWS-22 file entitled **
Auto-Revert changes 

Whenever anyone observes changes in behavior in a new version of emacs, the
very first place they should look is in the NEWS and PROBLEMS file for the
version they have upgraded to. In fact, when I upgrade to a new version of
emacs, I always check the NEWS file to see what new features have been
added and what may have changed that will impact on how I do things or
possibly break some of my own elisp code. If I run into any problems, the
first place I check is the PROBLEMS file to see if it is a known issue. 

So, I'm afraid the answer is still RTFM. Even if we created another file
called FEATURES or "Emacs-out-of-the-box-features" or whatever, I don't
think it will make any difference - people still won't read them. The real
problem here is what some want is some sort of osmotic knowledge transfer
that requires no additional work for the user - you somehow open the editor
and all required knowledge just transfers itself to the user with no
concious effort on the users behalf. 

So  Dave, guess what, my advice .....RTFM!

regards,

Tim

-- 
tcross (at) rapttech dot com dot au

  parent reply	other threads:[~2007-09-23  5:01 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-20 18:22 My emacs was upgraded and I am a novice again Bruce Korb
2007-09-20 23:40 ` David Hansen
2007-09-21  9:49 ` Eli Zaretskii
2007-09-21 11:21   ` Dave Pawson
     [not found]   ` <mailman.1105.1190373701.18990.help-gnu-emacs@gnu.org>
2007-09-21 11:36     ` Joost Kremers
2007-09-21 17:40     ` Stefan Monnier
2007-09-21 19:17       ` Tom Tromey
2007-09-22  5:04         ` Dave Pawson
2007-09-22  7:39           ` Eli Zaretskii
2007-09-22  8:56             ` Dave Pawson
2007-09-22  9:21               ` Eli Zaretskii
2007-09-22 13:12                 ` Dave Pawson
2007-09-22 14:28                   ` Eli Zaretskii
2007-09-22 16:26                     ` Drew Adams
2007-09-22 16:23                   ` Drew Adams
2007-09-22 16:37                     ` Dave Pawson
2007-09-22 18:23                     ` Eli Zaretskii
2007-09-22 18:36                       ` Drew Adams
     [not found]                 ` <mailman.1154.1190466767.18990.help-gnu-emacs@gnu.org>
2007-09-23  7:45                   ` Tim X
     [not found]             ` <mailman.1149.1190451373.18990.help-gnu-emacs@gnu.org>
2007-09-23  6:49               ` Tim X
2007-09-23  8:26                 ` Dave Pawson
2007-09-23 11:13                 ` Bastien
2007-09-23 16:14             ` Tom Tromey
2007-09-23 19:10               ` Eli Zaretskii
     [not found]               ` <mailman.1193.1190574615.18990.help-gnu-emacs@gnu.org>
2007-09-24  0:38                 ` Johan Bockgård
2007-09-24  4:25                   ` Eli Zaretskii
2007-09-25  8:54                 ` Tim X
     [not found]             ` <mailman.1189.1190565460.18990.help-gnu-emacs@gnu.org>
2007-09-23 16:52               ` David Kastrup
2007-09-23 17:27                 ` Tom Tromey
     [not found]                 ` <mailman.1192.1190569877.18990.help-gnu-emacs@gnu.org>
2007-09-23 18:03                   ` Joost Kremers
2007-10-17 23:19                 ` David Combs
     [not found]         ` <mailman.1147.1190437481.18990.help-gnu-emacs@gnu.\x04org>
2007-09-23  5:56           ` Tim X
2007-09-23  7:18             ` Dave Pawson
2007-09-23  5:01     ` Tim X [this message]
2007-09-23  6:25       ` Dave Pawson
     [not found]       ` <mailman.1172.1190528732.18990.help-gnu-emacs@gnu.org>
2007-09-23  8:18         ` David Kastrup
2007-09-23  8:56           ` Dave Pawson
2007-09-23 19:11             ` Eli Zaretskii
     [not found]           ` <mailman.\x041177.1190537774.18990.help-gnu-emacs@gnu.org>
2007-09-23  9:25             ` David Kastrup
2007-10-17 23:23           ` AH HA! it's a MENU item! " David Combs
2007-09-24  4:09         ` Stefan Monnier
2007-09-24  8:36           ` David Hansen
2007-09-24 21:51           ` Eli Zaretskii
2007-09-24 22:41             ` Emre Sahin
2007-09-24 23:10               ` Bastien
2007-09-25 15:47                 ` Drew Adams
2007-09-25 21:33                   ` Eli Zaretskii
2007-09-25 21:46                     ` Drew Adams
2007-09-26  9:02                       ` Eli Zaretskii
2007-09-26 14:47                         ` Drew Adams
2007-09-26 15:05                           ` Eli Zaretskii
2007-09-26 16:10                             ` Drew Adams
2007-09-25  4:12               ` Eli Zaretskii
2007-09-25 11:06                 ` Emre Sahin
2007-09-25 21:24                   ` Eli Zaretskii
     [not found]               ` <mailman.1254.1190675441.18990.help-gnu-emacs@gnu.org>
2007-09-25  5:52                 ` David Kastrup
2007-09-25  7:08                   ` Bastien
2007-09-24  8:05         ` Tim X
2007-09-24 16:12           ` Sean Sieger
2007-09-24  0:15       ` Sean Sieger
     [not found] <mailman.1081.1190330833.18990.help-gnu-emacs@gnu.org>
2007-09-21  4:35 ` Glenn Morris
2007-09-23 20:17 ` Tom Horsley
2007-09-23 20:31   ` David Kastrup
2007-09-24 10:51     ` Tom Horsley
2007-09-24 21:49       ` Eli Zaretskii
2007-09-25  8:57   ` Tim X
  -- strict thread matches above, loose matches on Subject: below --
2007-10-06 18:44 Bruce Korb
     [not found] <mailman.1779.1191696304.18990.help-gnu-emacs@gnu.org>
2007-10-07  5:45 ` Tim X
2007-10-10 17:16 ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87fy16q8kq.fsf@lion.rapttech.com.au \
    --to=timx@nospam.dev.null \
    --cc=help-gnu-emacs@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).