help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Regex to match underscore in function name in Python Mode?


From: Emanuel Berg
Subject: Re: Regex to match underscore in function name in Python Mode?
Date: Sun, 23 Jul 2017 05:34:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Skip Montanaro wrote:

> Are you sure underscores are considered weird
> characters? I recall some disagreement
> between the GNU folks and the Python folks
> about that.

I think the disagreement was between the
underscore convention, sometimes_seen_in_C, and
the "camel case" convention, which
is recommendedForJava.

We lispers don't use either, we use dashes and
normal language and
no-doubt-it-is-the-best-way :)

But as have been said, doesn't the Python major
mode come with highlighting function names with
the `font-lock-function-name-face'?

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]