all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Andreas Röhler" <andreas.roehler@online.de>
Cc: emacs-devel@gnu.org
Subject: Re: Issues with Emacs master?
Date: Mon, 05 Aug 2019 15:44:55 -0400	[thread overview]
Message-ID: <jwvk1briejo.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <ba64af4b-67a0-6e10-f7db-6da1165d5f2a@online.de> ("Andreas \=\?windows-1252\?Q\?R\=F6hler\=22's\?\= message of "Mon, 5 Aug 2019 08:09:43 +0200")

>>>> (to know about python-indent-offset) I get in the minibuffer,
>>>> - on Windows (MSYS2/MINGW64 build):
>>>>    "Shell native completion is disabled, using fallback"
>>>> - on GNU/Linux Mint 19.1 (Cairo build):
>>>>    "Shell native completion is enabled."
[...]
> Customizing `python-indent-guess-indent-offset-verbose` to nil should avoid
> this message. IMO nil by default seems reasonable.

Hmm, the code I see for it is:

    python.el-      (if (and indentation (not (zerop indentation)))
    python.el-          (set (make-local-variable 'python-indent-offset) indentation)
    python.el:        (when python-indent-guess-indent-offset-verbose
    python.el-          (message "Can't guess python-indent-offset, using defaults: %s"
    python.el-                   python-indent-offset))))))))

so the message it controls seems to be quite different from the message
that the OP sees.


        Stefan




  reply	other threads:[~2019-08-05 19:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02 14:53 Issues with Emacs master? Angelo Graziosi
2019-08-02 14:59 ` Noam Postavsky
2019-08-02 16:34   ` Angelo Graziosi
2019-08-02 20:27   ` Stefan Monnier
2019-08-05  6:09     ` Andreas Röhler
2019-08-05 19:44       ` Stefan Monnier [this message]
2019-08-05 20:26         ` Andreas Röhler
2019-08-06  7:23           ` Stefan Monnier
2019-08-06  7:46     ` Angelo Graziosi

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=jwvk1briejo.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=andreas.roehler@online.de \
    --cc=emacs-devel@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.