eev
[Top][All Lists]
Advanced

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

Re: wset for frames


From: Eduardo Ochs
Subject: Re: wset for frames
Date: Mon, 1 Nov 2021 13:51:04 -0300

Hi Erich,

do you know how to use the backquote? It is explained here:

  (find-elisp-intro "10. Backquote")

Something like this _should_ work - but here it sometimes runs the
lowercase coex in the old frame...

  (defun Coex (&rest pos-spec-list)
    (interactive)
    (find-wset "F_" "Coex" `(coex ,@pos-spec-list)))

Cheers,
  Eduardo

On Mon, 1 Nov 2021 at 08:07, Erich Ruff <erich_ruff@t-online.de> wrote:
>
>
> Hi Eduardo,
>
> first of all, thanks for you work!
>
> Using wset to open and switch to frames makes sense for me.
>
> I'm no shure that I understand the weekness of
>
> `select-frame-set-input-focus'.
>
> On my computer it raises the frame and sets the input there.
>
> ------
>
> Because I mostly use tla's to open my texts, can the frame into which
> the file - denoted by tla - gets loaded, get automatically the name from
> the tla?
>
> So if calling the tla again, the already existing frame would get focus;
> - and if the 2nd call wants to jump to a different "search-item", this
> should be possible:
>
> example:
>
> (coex "Delivered at") -> load file, name new frame 'coex', jump to 'Del..'
> (coex "awarded the")  -> after checking if the frame exists, reuse it,
>                          set focus to it and jump to 'awarded ...'
>
> So no change in the calling expression would be necessary.
>
>
> Cheers
>
> Erich
>



reply via email to

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