all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@online.de>
To: emacs-devel@gnu.org
Cc: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Issues with Emacs master?
Date: Mon, 5 Aug 2019 22:26:43 +0200	[thread overview]
Message-ID: <b80ea77e-0513-a87a-c268-c5f9c6f2d2c4@online.de> (raw)
In-Reply-To: <jwvk1briejo.fsf-monnier+emacs@gnu.org>


On 05.08.19 21:44, Stefan Monnier wrote:
>>>>> (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
>
Referred to mentioned

"Can’t guess python-indent-offset, using defaults: 4"

BTW that's a thing noticed here too for a certain time.

Not a serious bug, but not helpful, worth fixing.

Guessing indent OTOH is costly and reasonably off by default.




  reply	other threads:[~2019-08-05 20:26 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
2019-08-05 20:26         ` Andreas Röhler [this message]
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=b80ea77e-0513-a87a-c268-c5f9c6f2d2c4@online.de \
    --to=andreas.roehler@online.de \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.