From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: GNU Hacker Newsgroups: gmane.emacs.help Subject: Re: Function for enabling or disabling emacs bars Date: Mon, 14 Mar 2022 21:00:37 +0100 Message-ID: <87ilsgi9sq.fsf@gnu.org> References: <87h7808tm1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4011"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: angelomolina@tutanota.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Mar 14 21:02:11 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nTqtN-0000l3-0j for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 14 Mar 2022 21:02:09 +0100 Original-Received: from localhost ([::1]:39180 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nTqtM-0005l1-0E for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 14 Mar 2022 16:02:08 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTqs1-00058k-Al for help-gnu-emacs@gnu.org; Mon, 14 Mar 2022 16:00:46 -0400 Original-Received: from mta763.solicitae.com ([89.35.150.78]:53320 helo=smtp.gnuhacker.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTqrx-0004tb-18 for help-gnu-emacs@gnu.org; Mon, 14 Mar 2022 16:00:42 -0400 Original-Received: from hackerlab.gnu.org (localhost [127.0.0.1]) by smtp.gnuhacker.org (Postfix) with ESMTP id A9BA86029FF; Mon, 14 Mar 2022 21:00:37 +0100 (CET) In-Reply-To: (angelomolina@tutanota.com's message of "Mon, 14 Mar 2022 18:40:49 +0100 (CET)") Received-SPF: none client-ip=89.35.150.78; envelope-from=project@gnuhacker.org; helo=smtp.gnuhacker.org X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.187, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136545 Archived-At: angelomolina@tutanota.com writes: > Mar 14, 2022, 15:02 by project@gnuhacker.org: >> (defun emacsbars (&optional num) >> "Enables or disables Emacs Bars" >> (interactive "p") >> (menu-bar-mode num) >> (tool-bar-mode num) >> (scroll-bar-mode num)) >> Try with: >> M-x emacsbars RET --> show bars >> C-u -1 M-x emacsbars RET --> hide bars > Could I also call it using (emacsbars 1) and (emacsbars -1) ? Yes it also work -- Emacs Lover. FSF Member. Free/Libre Software supporter. stallmansupport.org - Disinformation succeeds because so many people care deeply about injustice but do not take the time to check the facts.