[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Comint read-only-prompt
From:
Stefan Monnier
Subject:
Re: Comint read-only-prompt
Date:
2005年6月08日 12:06:21 -0400
User-agent:
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)
> ! (let ((inhibit-read-only t))
> ! (delete-region comint-last-input-end
> ! (+ comint-last-input-end echo-len))))))
Please add a one-line comment explaining why the let-binding was added.
Stefan
- Comint read-only-prompt , JD Smith, 2005年06月07日
- Re: Comint read-only-prompt , Luc Teirlinck, 2005年06月07日
- Re: Comint read-only-prompt , JD Smith, 2005年06月07日
- Re: Comint read-only-prompt , Luc Teirlinck, 2005年06月07日
- Re: Comint read-only-prompt , JD Smith, 2005年06月07日
- Re: Comint read-only-prompt , Luc Teirlinck, 2005年06月07日
- Re: Comint read-only-prompt , Luc Teirlinck, 2005年06月07日
- Re: Comint read-only-prompt , JD Smith, 2005年06月07日
- Re: Comint read-only-prompt,
Stefan Monnier <=