Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: Sticky article buffers
Date: Tue, 14 Aug 2007 18:02:29 +0900	[thread overview]
Message-ID: <b4m8x8exzdm.fsf@jpl.org> (raw)
In-Reply-To: <87ps1qbmdf.fsf@baldur.tsdh.de>

>>>>> Tassilo Horn wrote:
> Katsumi Yamaoka <yamaoka@jpl.org> writes:

>> Though I have no plan for the moment, people might want a browser
>> function for many sticky articles. :)

> Currently I use `ibuffer' and `s m' which sorts buffers by mode.

Or `/ m gnus-sticky-article-mode RET'.  `ibuffer' may be good enough.

> But it might be useful to switch between sticky article buffers with
> something like `switch-to-buffer' which tab-completes only sticky
> articles.  Or do you have another suggestion?

Frames for sticky articles, an exclusive Gnus summary buffer for
sticky articles, tab browsing like emacs-w3m..., but they all don't
seem to be easy to achieve.

> Anyway, I applied your patch and tested it.

Thanks.  I've installed the patch.

> Is there a mechanism to set variables based on the directory a file
> resides?

I don't know.

> If not I'll do something home-brewed and hook it into find-file-hook.

It looks like this, isn't it? ;-)

(add-hook
 'find-file-hook
 (lambda nil
   (if (string-match "/gnus/lisp/" buffer-file-name)
       (set (make-local-variable 'indent-tabs-mode) t))))



  reply	other threads:[~2007-08-14  9:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-25 15:32 Tassilo Horn
2007-07-25 18:36 ` Reiner Steib
2007-07-25 19:32   ` Tassilo Horn
2007-07-25 20:17   ` Tassilo Horn
2007-08-12 11:15     ` Reiner Steib
2007-08-12 11:59       ` Tassilo Horn
2007-08-12 12:43         ` Reiner Steib
2007-08-13 13:03           ` Tassilo Horn
2007-08-13 14:04             ` Tassilo Horn
2007-08-14  5:18               ` Katsumi Yamaoka
2007-08-14  7:34                 ` Tassilo Horn
2007-08-14  9:02                   ` Katsumi Yamaoka [this message]
2007-08-14 10:41                     ` Tassilo Horn
2007-08-14  6:12               ` Katsumi Yamaoka

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

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

  git send-email \
    --in-reply-to=b4m8x8exzdm.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /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 NNTP newsgroup(s).