all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: 2QdxY4RzWzUUiLuE@potatochowder.com
To: help-gnu-emacs@gnu.org
Subject: Re: icomplete-vertical-mode not taking effect
Date: Sat, 19 Jun 2021 10:04:00 -0700	[thread overview]
Message-ID: <YM4jgER1Xq84PYGs@scrozzle> (raw)
In-Reply-To: <ea-mime-60ce1bf1-708e-6522a841@www-8.mailo.com> <ea-mime-60cccf6a-74a6-1e8bdb0e@www-7.mailo.com>

On 2021-06-18 at 18:52:58 +0200,
arvid-harnack@lavache.com wrote:

> Calling (icomplete-vertical-mode 1) should be enough
> 
> 
> 
> Not like this
> 
> 
> 
> ;; use icomplete-vertical
> 
> (icomplete-mode 1)
> 
> (icomplete-vertical-mode 1)

On 2021-06-19 at 18:31:45 +0200,
arvid-harnack@lavache.com wrote:

> It could also be that the bug-report subject was not good enough
> for Lars to understand my intention.  Could people who agree with
> the change help me out on this?

Try this (untested) in one of your startup files:

    (defadvice icomplete-vertical-mode
        (before activate-icomplete-before-icomplete-vertical activate)
      "activate icomplete-mode before activating icomplete-vertical-mode"
      (icomplete-mode 1))

According to https://www.gnu.org/software/emacs/, Emacs is "[a]n
extensible, customizable, self-documenting display editor"; if you don't
like some given behavior, then you can very likely modify that behavior.

Arguably, it did take quite some effort to discover that you need both
function calls.  Perhaps you could submit a patch to that bug report to
update icomplete-vertical-mode's documentation instead of changing
emacs's behavior for everyone.



  parent reply	other threads:[~2021-06-19 17:04 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16 21:42 icomplete-vertical-mode not taking effect arvid-harnack
2021-06-16 23:02 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-17 13:40   ` arvid-harnack
2021-06-18 11:54     ` Ergus
2021-06-18 16:52       ` arvid-harnack
2021-06-18 18:26         ` Jean Louis
2021-06-18 18:36           ` arvid-harnack
2021-06-18 18:45             ` Jean Louis
2021-06-18 19:01               ` arvid-harnack
2021-06-18 19:07                 ` tomas
2021-06-18 19:51                   ` arvid-harnack
2021-06-18 21:24                     ` Philip Kaludercic
2021-06-18 21:58                       ` arvid-harnack
2021-06-19 16:31                       ` arvid-harnack
2021-06-19 16:43                         ` Jean Louis
2021-06-19 17:08                           ` arvid-harnack
2021-06-19 17:22                             ` Jean Louis
2021-06-19 17:34                               ` arvid-harnack
2021-06-19 18:33                                 ` Eli Zaretskii
2021-06-19 18:03                               ` arvid-harnack
2021-06-19 21:24                             ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-19 23:04                               ` arvid-harnack
2021-06-20  6:37                                 ` Jean Louis
2021-06-19 21:23                           ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-19 21:28                             ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-06-20  6:08                             ` Jean Louis
2021-06-20  6:27                               ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-18 19:09                 ` Jean Louis
2021-06-18 21:16         ` Philip Kaludercic
2021-06-19 17:04         ` 2QdxY4RzWzUUiLuE [this message]
2021-06-19 17:28           ` arvid-harnack
2021-06-19 18:32             ` Eli Zaretskii
2021-06-19 19:03               ` arvid-harnack
2021-06-19 19:09                 ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-06-19 19:47                   ` tomas
2021-06-19 21:28                   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-19 22:51                     ` arvid-harnack
2021-06-20  6:51                     ` Eli Zaretskii
2021-06-19 19:26                 ` Yuri Khan
2021-06-19 19:38                   ` arvid-harnack
2021-06-20 10:44                   ` Philip Kaludercic
2021-06-20 11:03                     ` Jean Louis
2021-06-20 11:20                       ` arvid-harnack
2021-06-20 11:30                         ` Jean Louis
2021-06-20 11:47                           ` arvid-harnack
2021-06-20 11:21       ` Jean Louis
2021-06-20 11:34         ` arvid-harnack
2021-06-20 11:46           ` Jean Louis
2021-06-20 15:27             ` arvid-harnack
2021-06-20 15:44               ` 2QdxY4RzWzUUiLuE
2021-06-20 16:02                 ` arvid-harnack
2021-06-20 16:07                   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-20 20:23                     ` arvid-harnack
2021-06-20 19:43               ` Jean Louis
2021-06-20 19:52                 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-20 20:12                   ` arvid-harnack
  -- strict thread matches above, loose matches on Subject: below --
2021-06-19 19:24 arvid-harnack
2021-06-19 19:32 ` Eli Zaretskii
2021-06-19 19:43   ` arvid-harnack
2021-06-19 19:47     ` Eli Zaretskii
2021-06-19 20:17       ` arvid-harnack

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

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

  git send-email \
    --in-reply-to=YM4jgER1Xq84PYGs@scrozzle \
    --to=2qdxy4rzwzuuilue@potatochowder.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.