jed-users mailing list

[2003 Date Index] [2003 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: po_mode for review.


There was a small error that prevented the mode from working
under X. I am attaching a diff to correct it.

Morten
--- po.sl.org	Sun Jan 19 20:42:35 2003
+++ po.sl	Sun Jan 19 20:41:20 2003
@@ -1310,8 +1310,8 @@
    definekey ("decreasewin", "^[/", "po_comment");     %  esc-alt -
    if (NULL != getenv ("DISPLAY"))
      {
-        definekey ("enlargewin", "^[+", "po_edit");
-        definekey ("decreasewin", "^[-", "po_edit");
+        definekey ("enlargewin", "^[+", "po_comment");
+        definekey ("decreasewin", "^[-", "po_comment");
      }
    definekey ("end_edit_comment", "^I", "po_comment"); % tab
 }

[2003 date index] [2003 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]