[PATCH] test: add test-lib.el file with `visible-buffer-string' function

2011-05-26 Thread Carl Worth
On Thu, 26 May 2011 20:27:58 +0400, Dmitry Kurochkin wrote: > 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-"

[PATCH] test: add test-lib.el file with `visible-buffer-string' function

2011-05-26 Thread Dmitry Kurochkin
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

Re: [PATCH] test: add test-lib.el file with `visible-buffer-string' function

2011-05-26 Thread Carl Worth
On Thu, 26 May 2011 20:27:58 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: 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