Subject: mailing-list for TeXmacs Users
List archive
From : Kurt Pagani <address@hidden>- To: address@hidden
- Subject: Re: [TeXmacs] Fwd: menus lost
- Date: Sat, 17 Jan 2015 22:53:21 +0100
Hello Friederich
Am 17.01.2015 um 22:10 schrieb Friedrich Laher:
>
>
>
> -------- Weitergeleitete Nachricht --------
> Betreff: [TeXmacs] menus lost
> Datum: Sat, 17 Jan 2015 21:39:53 +0100
> Von: Friedrich Laher <address@hidden>
> Antwort an: Friedrich Laher <address@hidden>
> An: texmacs-users <address@hidden>
>
>
>
> I unfortunately clicked in "View" ( geman: "Ansicht") somthing that removed
> all
> buttons/menus, and trying "texmacs -S" only did me
> get
>
> how can I get back to "normal" ?
>
> ok, found it myself: deleete, in homedirectory, the directory .TeXmacs
That's a bit harsh. The scheme command "(toggle-visible-header)" for
instance controls the visibility of the header. One may want to insert
it to my-init-buffer.scm like:
(kbd-map
;; ...
;; toggle header
("t h ." (toggle-visible-header))
;; fit to screen
("f t s ." (fit-to-screen))
("f t s w ." (fit-to-screen-width))
;; zoom +-
("z + ." (zoom-in (sqrt (sqrt 2.0))))
("z - ." (zoom-out (sqrt (sqrt 2.0))))
("C-n" (zoom-in (sqrt (sqrt 2.0))))
("C-m" (zoom-out (sqrt (sqrt 2.0))))
)
Each time you write "th." the header is shown or disappears (you may
take other character/key combinations, however, note the blanks.
Possibly there are other methods I'm not aware of.
--
Kurt
>
>
- [TeXmacs] menus lost, Friedrich Laher, 01/17/2015
- [TeXmacs] Fwd: menus lost, Friedrich Laher, 01/17/2015
- Re: [TeXmacs] Fwd: menus lost, Kurt Pagani, 01/17/2015
- Re: [TeXmacs] Fwd: menus lost, Friedrich Laher, 01/18/2015
- Re: [TeXmacs] Fwd: menus lost, Kurt Pagani, 01/18/2015
- Re: [TeXmacs] Fwd: menus lost, Friedrich Laher, 01/18/2015
- Re: [TeXmacs] Fwd: menus lost, Kurt Pagani, 01/17/2015
- [TeXmacs] Fwd: menus lost, Friedrich Laher, 01/17/2015
Archive powered by MHonArc 2.6.19.