From: Michael Heerdegen <michael_heerdegen@web.de>
To: Christopher Dimech <dimech@gmx.com>
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Re: resize-mini-windows gives error
Date: Sun, 22 Nov 2020 14:54:57 +0100 [thread overview]
Message-ID: <877dqdijim.fsf@web.de> (raw)
In-Reply-To: <trinity-d5af50b3-9472-4e6e-994f-aaa30b43510f-1605744889089@3c-app-mailcom-bs05> (Christopher Dimech's message of "Thu, 19 Nov 2020 01:14:49 +0100")
Christopher Dimech <dimech@gmx.com> writes:
> Have tried to use the following but Emacs is complaining
>
> Debugger entered--Lisp error: (void-function resize-mini-windows)
> (resize-mini-windows t)
>
> (icomplete-mode 1)
> (resize-mini-windows t)
What nobody told you is that the error occurs because you call
`resize-mini-windows' as a function but it is only defined as a
variable, so you likely wanted to set it using `setq'. Dunno if that
snipped then is appropriate, I guess the other answers you got were
discussing that question.
Regards,
Michael.
prev parent reply other threads:[~2020-11-22 13:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-19 0:14 resize-mini-windows gives error Christopher Dimech
2020-11-19 2:50 ` Stefan Monnier
2020-11-19 3:28 ` Christopher Dimech
2020-11-19 5:04 ` Jean Louis
2020-11-22 13:54 ` Michael Heerdegen [this message]
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=877dqdijim.fsf@web.de \
--to=michael_heerdegen@web.de \
--cc=dimech@gmx.com \
--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).