help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Output in Emacs


From: Johan Bockgård
Subject: Re: Output in Emacs
Date: Tue, 04 Nov 2003 00:36:49 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (usg-unix-v)

Barry Margolin <barry.margolin@level3.com> writes:

>         (save-excursion
>           (beginning-of-line)
>           (let ((start (point)))
>             (end-of-line)
>             (buffer-substring start (point))))

(buffer-substring (line-beginning-position) (line-end-position))

-- 
Johan Bockgård


reply via email to

[Prev in Thread] Current Thread [Next in Thread]