unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Robert Boyer <robertstephenboyer@gmail.com>
To: Stephen Berman <stephen.berman@gmx.net>
Cc: 69934@debbugs.gnu.org, help-gnu-emacs@gnu.org
Subject: bug#69934:
Date: Fri, 22 Mar 2024 09:17:03 -0500	[thread overview]
Message-ID: <CAP9n0TNdiUnQxsmJupFyFoD8sdi_sYFVhhnYN45F-5WqhANcEA@mail.gmail.com> (raw)
In-Reply-To: <874jcysmr4.fsf@gmx.net>

[-- Attachment #1: Type: text/plain, Size: 1862 bytes --]

God bless you.

Just what I needed.

Thanks so much,

Bob


On Fri, Mar 22, 2024 at 3:18 AM Stephen Berman <stephen.berman@gmx.net>
wrote:

> On Thu, 21 Mar 2024 20:17:09 -0500 Robert Boyer <
> robertstephenboyer@gmail.com> wrote:
>
> > Could some kind soul give me a line like the following, but one that
> > includes 'auto-revert tail' and 'display-line'?
> >
> > ;;; -*- Mode: auto-revert -*-
>
> The Emacs manual says (evaluate this sexp if you have the Info file
> installed: (info "(emacs) Specifying File Variables")):
>
>       Do not use the ‘mode’ keyword for minor modes.  To enable or disable
>    a minor mode in a local variables list, use the ‘eval’ keyword with a
>    Lisp expression that runs the mode command (*note Minor Modes::).  For
>    example, the following local variables list enables ElDoc mode (*note
>    Programming Language Doc::) by calling ‘eldoc-mode’ with no argument
>    (calling it with an argument of 1 would do the same), and disables Font
>    Lock mode (*note Font Lock::) by calling ‘font-lock-mode’ with an
>    argument of −1.
>
>         ;; Local Variables:
>         ;; eval: (eldoc-mode)
>         ;; eval: (font-lock-mode -1)
>         ;; End:
>
>    Note, however, that it is often a mistake to specify minor modes this
>    way.  Minor modes represent individual user preferences, and it may be
>    inappropriate to impose your preferences on another user who might edit
>    the file.  If you wish to automatically enable or disable a minor mode
>    in a situation-dependent way, it is often better to do it in a major
>    mode hook (*note Hooks::).
>
> So you could use this:
>
> ;; -*- eval: (auto-revert-mode); eval: (auto-revert-tail-mode); eval:
> (display-line-numbers-mode) -*-
>
> > Thanks,
> >
> > Bob
>
> Steve Berman
>

[-- Attachment #2: Type: text/html, Size: 2892 bytes --]

           reply	other threads:[~2024-03-22 14:17 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <874jcysmr4.fsf@gmx.net>]

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=CAP9n0TNdiUnQxsmJupFyFoD8sdi_sYFVhhnYN45F-5WqhANcEA@mail.gmail.com \
    --to=robertstephenboyer@gmail.com \
    --cc=69934@debbugs.gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=stephen.berman@gmx.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.
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).