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

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

Re: every release of emacs, i have to fix comint


From: Andreas Seltenreich
Subject: Re: every release of emacs, i have to fix comint
Date: Fri, 03 May 2019 07:56:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Samuel Wales writes:

> for example:
>
>               ;; alpha
>             '(add-text-properties prompt-start (point) '(rear-nonsticky t)))
>
> is there a variable someplace that says "please don't chnge my bash prompt"?

I don't think there is, but I often use Advises to modify the behavior
of Emacs' functions from my ~/.emacs without having to modify the source
itself or having a copy+pasted, outdated version there.

    (info "(elisp) Advising Functions")

Maybe that's an option in your case as well?

regards,
Andreas



reply via email to

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