mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Problem with keymappings


Chronological Thread 
  • From: David Allouche <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Problem with keymappings
  • Date: Fri, 5 Mar 2004 11:49:48 +0100

On Thu, Mar 04, 2004 at 08:08:00PM +0100, address@hidden wrote:
> I started TeXmacs, opened "std-symbol.ts", pasted your code as scheme and
> changed
> "kbd-text.scm" accordingly. I then restarted TeXmacs and entered
> ordfeminine, but
> it gave me a compound error. I thought that your code had an error, so I
> removed the "assign" and "macro", leaving the code like this:
>
> (rsup (tabular (tformat
> (cwith "1" "-1" "1" "-1" "cell-lsep" "0")
> (cwith "1" "-1" "1" "-1" "cell-rsep" "0")
> (cwith "1" "-1" "1" "-1" "cell-tsep" "0")
> (cwith "1" "-1" "1" "-1" "cell-vcorrect" "n")
> (cwith "1" "1" "1" "-1" "cell-bborder" "1ln")
> (cwith "1" "1" "1" "-1" "cell-bsep" "2ln")
> (twith "table-valign" "T")
> (table (row (cell "a"))))))
>
> I then pasted the code in TeXmacs to see the result. It worked out OK!
> So, what am I doing wrong?

Hard to tell...

Try removing ~/.TeXmacs/system/cache.

The style cache invalidation logic is just broken, and until someone
care to fix it, it will not detect changes in packages used internally
(i.e. not directly used within a document, but used in a package used
within a document).

--
-- ddaa



Archive powered by MHonArc 2.6.19.

Top of page