help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disable menu bar mode


From: Emanuel Berg
Subject: Re: Disable menu bar mode
Date: Tue, 19 Dec 2017 03:37:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Rusi wrote:

> My init has (scroll-bar-mode 0)
> (tool-bar-mode 0) (setq
> inhibit-startup-message t) (setq
> initial-scratch-message nil) ;(fringe-mode 1)
> ;(menu-bar-mode 0)
>
> Has been so for years…
>
> [The menu-bar-mode was probably commented out
> after I started using org mode]
>
> IOW the complaint is with the confusing and
> incomplete documentation: «nil = true (turn
> on)?? So what is false then?»

What's with the angle bracket quotes? Here is
what the docstring to `scroll-bar-mode'
actually say:

    With a prefix argument ARG, enable Scroll
    Bar mode if ARG is positive, and disable it
    otherwise. If called from Lisp, enable the
    mode if ARG is omitted or nil.

It is the last sentence that perhaps is missing
"If called from Lisp *the same rule applies but
it is also possible* to enable the mode if ARG
is omitted or nil.

As it stands, it sounds like in Lips, there is
another set of rules altogether, and you are
left in the dark as how to *disable* it...

But Rusi seems to be upset about something
else, quoting fictitious documentation?

-- 
underground experts united
http://user.it.uu.se/~embe8573


reply via email to

[Prev in Thread] Current Thread [Next in Thread]