qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs shell.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs shell.c
Date: Fri, 04 Apr 2008 12:09:32 +0000

CVSROOT:        /cvsroot/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        08/04/04 12:09:32

Modified files:
        .              : shell.c 

Log message:
        remarks

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/shell.c?cvsroot=qemacs&r1=1.45&r2=1.46

Patches:
Index: shell.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/shell.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- shell.c     4 Apr 2008 10:19:37 -0000       1.45
+++ shell.c     4 Apr 2008 12:09:32 -0000       1.46
@@ -1387,6 +1387,7 @@
         offset = 0;
         goto find_error;
     }
+    /* CG: should use higher level parsing */
     for (;;) {
         if (dir > 0) {
             if (offset >= b->total_size) {
@@ -1406,6 +1407,7 @@
         /* extract filename */
         q = filename;
         for (;;) {
+            /* CG: utf8 issue */
             c = eb_nextc(b, offset, &offset);
             if (c == '\n' || c == '\t' || c == ' ')
                 goto next_line;
@@ -1448,7 +1450,9 @@
 
     /* go to the error */
     do_find_file(s, filename);
-    do_goto_line(s, line_num);
+    do_goto_line(qs->active_window, line_num);
+
+    /* CG: Should put_message of error text */
 }
 
 /* specific shell commands */




reply via email to

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