From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: ibuffer-auto-mode Date: Mon, 21 Jun 2021 22:04:01 +0200 Message-ID: References: <877dira5sa.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32958"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs developers To: Colin Baxter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 21 22:05:28 2021 Return-path: Envelope-to: ged-emacs-devel@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 1lvQAh-0008KC-Ns for ged-emacs-devel@m.gmane-mx.org; Mon, 21 Jun 2021 22:05:27 +0200 Original-Received: from localhost ([::1]:59556 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lvQAg-0002TE-DY for ged-emacs-devel@m.gmane-mx.org; Mon, 21 Jun 2021 16:05:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43710) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvQ9Z-00015g-Kb for emacs-devel@gnu.org; Mon, 21 Jun 2021 16:04:17 -0400 Original-Received: from mail-pj1-f47.google.com ([209.85.216.47]:50693) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lvQ9Y-0007nZ-1N for emacs-devel@gnu.org; Mon, 21 Jun 2021 16:04:17 -0400 Original-Received: by mail-pj1-f47.google.com with SMTP id g4so10660819pjk.0 for ; Mon, 21 Jun 2021 13:04:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qgRd1W0Te0Zr56XPEFFmrWqJxmt4CR5IObAqRe6j75U=; b=UYP1IGsJRAoe9xO7KaFrhZZ8lrlEjhhQ+CsIi+ht7qkWUbIgBzEJk6KxAkWeLodRfl lgsoQLO3AI3BOkcAf1LEIM418n/rLg2cjyu99/ANgO5R+/mDUAX6rMnJ5BMpNMxMJVl3 Gqum667JEmWdfj8ryQfuwTKNzQwU13eVGGkn+H5/qldbHXezvcz75VpC8Q7OJRxhEPmv cJbZV+/jLfJO0qxar22lK1W2bggvSXkr6uyb6BZ/0ZQo6GkpIN6cQIUf0svgVgykRRjU 67Ucx9qvqmcZEYugweNrANHS22c/yogNeYRDs/BK0StCtnsFAo2ZVZnGku+k/2S9L99S yC4Q== X-Gm-Message-State: AOAM531yM/fRC+WYUeQbbgW+aAe3gUMrXOSq3JJ8oorqIXcnIZNq6CDA eM0484R5bCZCWw0C+mCs8/qGJ2a/VVYNncHYGkM= X-Google-Smtp-Source: ABdhPJz5N9UhG8pwdx0eSvV9I8tMqQNDB7UIRNHddt5roybLk3Jv0NECfnAMcfM8bYQp3pSWRNGpWb8HcWHF81RtS5Q= X-Received: by 2002:a17:90a:f011:: with SMTP id bt17mr24307pjb.175.1624305853479; Mon, 21 Jun 2021 13:04:13 -0700 (PDT) In-Reply-To: <877dira5sa.fsf@yandex.com> Received-SPF: pass client-ip=209.85.216.47; envelope-from=stefankangas@gmail.com; helo=mail-pj1-f47.google.com X-Spam_score_int: 0 X-Spam_score: 0.0 X-Spam_bar: / X-Spam_report: (0.0 / 5.0 requ) BAYES_05=-0.5, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:270971 Archived-At: Colin Baxter writes: > With emacs-28, I find I now have to set explicitly ibuffer-auto-mode to > nil in my ~/.emacs in order for the menu popup to work in > ibuffer. Otherwise I get a "void-variable ibuffer-auto-mode" error. This > isn't needed for emacs-27. It isn't needed for "emacs-28 -Q" either; so > presumably something about my setup triggers the void variable error, > but I can't find anything that's obvious. I'd be grateful for > suggestions as to where to look. > > I know the def for the ibuffer-auto-mode has been changed, but even if I > revert back to "nil nil nil" from ":lighter nil", the void-variable > error is still triggered without the (setq ibuffer-auto-mode nil) > setting. (No reply here within 3 days.) Nice bug report. I would suggest sending this to bug-gnu-emacs@gnu.org so we have a bug number and don't lose track of it.