mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Fwd: menus lost


Chronological Thread 
  • From: Friedrich Laher <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Fwd: menus lost
  • Date: Sun, 18 Jan 2015 18:54:21 +0100


Am 17.01.2015 um 22:53 schrieb Kurt Pagani:
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


Thanks Kurt! - but where should that my-initbuffer.scm be placed ?
And I expect,
 
(kbd-map

 ;; ...

 ;; toggle header
     ("t h ." (toggle-visible-header))
)
will be sufficient?

- and I think, such drastic changes of settings should last only until the file is closed
and undoing them not depend on my-initbuffer.scm .

Fritz

    


    




Archive powered by MHonArc 2.6.19.

Top of page