Xref: utzoo gnu.emacs:1939 comp.emacs:7287 Path: utzoo!mnetor!tmsoft!torsqnt!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!samsung!rex!uflorida!novavax!hcx1!hcx2.harris.com!jason From: jason@hcx2.harris.com Newsgroups: csd.emacs,gnu.emacs,comp.emacs Subject: Insert Variable Dump (another omission) Message-ID: <2107@hcx1.UUCP> Date: 21 Nov 89 23:58:40 GMT Sender: news@hcx1.UUCP Reply-To: jason@hcx2.harris.com () Distribution: na Organization: Harris Computer Systems, Fort Lauderdale, FL Lines: 31 Well, I've forgotten something else. You'll need these functions if you want to get the Insert Variable Dump package to work. I sure hope this is the last of the omissions... ---------------------------cut-here---------------------------- (defun eol-location() "Return the point value of the end of the current line." (interactive) (save-excursion (end-of-line) (point) ) ) (defun bol-location() "Return the point value of the beginning of the current line." (interactive) (save-excursion (beginning-of-line) (point) ) ) ================================= Jason Baietto Harris Computer Systems Division Fort Lauderdale, Florida jason@ssd.csd.harris.com (usenet) =================================