unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Sebastian Luque <sluque@mun.ca>
Subject: Re: title function for boxquote
Date: Sun, 30 Jan 2005 18:49:38 -0600	[thread overview]
Message-ID: <874qgy1kyl.fsf@mun.ca> (raw)
In-Reply-To: 878y6ay2zg.fsf@mun.ca

On Sun, 30 Jan 2005 16:19:15 -0600, Sebastian Luque <sluque@mun.ca> wrote:

[...]

> What's wrong with this picture? Thanks in advance.

Some debugging later...I got it:

,-----[ .emacs -- Lines: 277 - 288 ]
| (setq boxquote-kill-ring-save-title
|       (lambda ()
|  	(let ((from-line (count-lines (point-min) (mark)))
|  	      (to-line (count-lines (point-min) (point))))
|  	  (setq my-title
| 		(concat (buffer-name)
| 			" -- Lines: "
| 			(number-to-string from-line)
| 			" - "
| 			(number-to-string to-line)))
| 	  my-title)))
`-----

if anybody is interested.

-- 
Best wishes,
Sebastian

  reply	other threads:[~2005-01-31  0:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-30 22:19 title function for boxquote Sebastian Luque
2005-01-31  0:49 ` Sebastian Luque [this message]
     [not found] ` <mailman.61.1107133370.2841.help-gnu-emacs@gnu.org>
2005-01-31 11:10   ` Sébastien Kirche
     [not found] <mailman.56.1107127949.2841.help-gnu-emacs@gnu.org>
2005-01-31  9:46 ` Karl Pflästerer
2005-01-31 14:43   ` Sebastian Luque

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874qgy1kyl.fsf@mun.ca \
    --to=sluque@mun.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).