Re: [O] Links to C/C++ source code lines

2011-10-29 Thread Rafal
d the `org-store-link-functions' hook in place of the `org-create-file-search-functions' and that seems to work fine. Also I changed the name of the tool to org-cc-link.el to reflect the usage of the cc-engine library. The new version is here http://rafflo.w.interia.pl/org-cc-link.el regards, Rafal

Re: [O] Links to C/C++ source code lines

2011-10-24 Thread Rafal
aragraph. That would be a cleaner solution- I'll take a look at it. Thank for the hint! regards, Rafal

[O] Links to C/C++ source code lines

2011-10-13 Thread Rafal
tr_end[ \t] *)#1/ The number after the hash is a sequence number in case there are more than one such line If you are interested: http://rafflo.w.interia.pl/org-c-link.el regards, Rafal

[O] Re: regexp link on windows problem

2011-03-21 Thread Rafal
;//' (c++ single one line comment) become one slash '/'. regards, Rafal

Re: [O] regexp link on windows problem

2011-03-11 Thread Rafal
ashes. It happens only on emacs on windows, under linux it is ok. I also experimented by changing the culprit lines of org-store-link and it helped (code #2 below) but it seems to be too destructive. So I'm wondering if it is a bug that may be fixed or my way of doing it is wrong? regar

[O] regexp link on windows problem

2011-03-08 Thread Rafal Florek
ome/user/file.h::/a_struct[ \t]*\.[ \t]*a_field[ \t]*=[ \t]*1[ \t]*;/ on windows: d:/Profiles/user/Application Data/file.h::/a_struct[ /t]*/.[ /t]*a_field[ /t]*=[ /t]*1[ /t]*;/ Is this an expected behavior or a bug? Can you recommend a solution or a workaround? regards, Rafal