We Recommend

C++ The Core Language C++ The Core Language
C++: The Core Language is for C programmers transitioning to C++. It's designed to get readers up to speed quickly by covering an essential subset of the language. The subset consists of features without which it's just not C++, and a handful of others that make it a reasonably useful language.


Posted By

noah on 06/01/07


Tagged

search html code emacs find highlighting editing


Versions (?)


Command to search for TABLE tags


Published in: Emacs Lisp 


Search For Table Tags: find the next

  1. ;;Search For Table Tags: find the next <table or </table tag
  2. (fset 'find-table-tags
  3. "\C-s<[/]?table\C-x\C-s")

Report this snippet 

You need to login to post a comment.