From: Dmitry Kurochkin Date: Thu, 26 May 2011 16:27:58 +0000 (+0400) Subject: test: add test-lib.el file with `visible-buffer-string' function X-Git-Tag: debian/0.6_254~109 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=5297b361d1c5c7dd62b80da0327c091e4c23b140;hp=5297b361d1c5c7dd62b80da0327c091e4c23b140 test: add test-lib.el file with `visible-buffer-string' function The patch adds test-lib.el file for Emacs tests auxiliary stuff. Currently, it implements two functions: `visible-buffer-string' and `visible-buffer-substring'. These are similar to standard counterparts without "visible-" prefix but exclude invisible text. The functions are not used anywhere at the moment but should be useful for testing hiding/showing in the Emacs interface. Edited-by: Carl Worth Fixed "basic" test to ignore new test-lib.el file. ---