emacs-devel
[Top][All Lists]
Advanced

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

Re: Feature request : Tab-completion for 'shell-comand'


From: Johan Bockgård
Subject: Re: Feature request : Tab-completion for 'shell-comand'
Date: Thu, 13 Mar 2008 00:36:25 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

David Kastrup <address@hidden> writes:

> address@hidden (Johan Bockgård) writes:
>
>>     (setq ov (make-overlay (point-max) (point-max)))
>>     (overlay-put ov 'insert-in-front-hooks
>>                  (list (lambda (o &rest ignore)
>>                          (move-overlay o (point-max) (point-max)))))
>
> Huh?  Why don't you do (make-overlay (point-max) (point-max) nil t t)
> instead of using that hook?

Because I thought I had already tried that and found that it didn't
work. (Setting either FRONT-ADVANCE or REAR-ADVANCE didn't do what I
want.)

Apparently not.

-- 
Johan Bockgård





reply via email to

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