bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] gnulib-tool.py: Fix configure.ac output.


From: Collin Funk
Subject: Re: [PATCH] gnulib-tool.py: Fix configure.ac output.
Date: Tue, 27 Feb 2024 16:04:09 -0800
User-agent: Mozilla Thunderbird

On 2/27/24 3:39 PM, Bruno Haible wrote:
> $ pycodestyle *.py
> ...
> GLEmiter.py:535:26: W605 invalid escape sequence '\.'
> GLEmiter.py:535:35: W605 invalid escape sequence '\.'
> ...

I discovered it that way too. I like using Eglot from Emacs though. If
you are using Emacs 29+ the `eglot' command should be built-in. In
that case in the following line:

      sed_drop_objext='s/\.o$//;s/\.obj$//'

The '\.o$//;s/\.obj$//' part will be crossed out. Not sure if that is
your perfected way of doing things but I find it useful so I figured
I'd mention it. :)

Collin



reply via email to

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