> Create a file to represent a lock while the process of tag creation is > running, and delete it when the process finishes, and have the > 'tag-consumer' and the 'tag-generator' commands to check for its > existence and act accordingly.
What should be optimized? Having accurate tag files or power consumption? You could ask ctags to create a tag-tmp file and replace tags by tag-tmp once the process has finished. Then you always have complete tag files - However many tag processes may run at the same time. You can use kill to kill running tag processes first. Marc Weber -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
