octave-patch-tracker
[Top][All Lists]
Advanced

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

[Octave-patch-tracker] [patch #9000] Polygon functions for geometry/mapp


From: Juan Pablo Carbajal
Subject: [Octave-patch-tracker] [patch #9000] Polygon functions for geometry/mapping package
Date: Thu, 22 Dec 2016 21:40:44 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

Follow-up Comment #28, patch #9000 (project octave):

Hi Philip,

I have applied your changes. To track problems with texinfo I use inotify
(linux), for example


inotifywait -m $1 -e create |
    while read path action file; do
        egrep '^function' $file
    done


but I need to improve the grep condition because this doesn't seem to match
all one needs to identify the function with the problem.
(you run the script in a different terminal, it remains checking the folder
you give as a first argument, e.g. /tmp).


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9000>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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