Gnus development mailing list
 help / color / mirror / Atom feed
From: Pete Kazmier <pete@kazmier.com>
Subject: Re: '%B' Summary Format Identifier - Double Subjects??
Date: Sun, 29 Dec 2002 20:47:53 -0500	[thread overview]
Message-ID: <m3smwg6zw6.fsf@coco.kazmier.com> (raw)
In-Reply-To: <m3n0momgvy.fsf@quimbies.gnus.org>

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> Do you have any other variables that might influence how the message
> buffer lines are displayed?

Well, I'm new to all of this, so rather than let me guess what might
affect it or not, here is my entire .emacs file at the moment (Gnus
settings at the bottom):

;; ======================================================================
;; Emacs Settings
;; ======================================================================

;; Turn on font lock mode for everything possible
(global-font-lock-mode 1)

;; Fix the backspace key for the Mac
(global-set-key [?\C-h]    'delete-backward-char)
(global-set-key [?\C-x ?h] 'help-command)

;; Color Settings
(set-face-foreground      'mode-line "white")
(set-face-background      'mode-line "blue")
(set-face-inverse-video-p 'mode-line nil)

(set-face-foreground      'menu "white")
(set-face-background      'menu "blue")
(set-face-inverse-video-p 'menu nil)

;; General Settings
(setq 
 user-mail-address        "pete-this-is-not-real@example.com"
 user-full-name           "Pete Kazmier")

(add-hook 'text-mode-hook             'turn-on-auto-fill)      

;; ======================================================================
;; Gnus Settings
;; ======================================================================

(require 'gnus)

(setq 
 gnus-select-method                    '(nntp "netnews.attbi.com")
 gnus-subscribe-newsgroup-method       'gnus-subscribe-randomly
 gnus-thread-indent-level              2
 gnus-use-full-window                  nil
 gnus-sum-thread-tree-root             nil
 gnus-sum-thread-tree-single-leaf      "`-> "
 gnus-sum-thread-tree-leaf-with-other  "|-> "
 gnus-summary-line-format              "%U%R%z %d %(%[ %-20,20n %]%): %B%s\n")
;; gnus-summary-line-format "%U%R%z %d [%4L]: %I%(%[ %-20,20n %]%) %s\n")

(add-to-list 'gnus-secondary-select-methods
	     '(nnmaildir ""
			 (directory "~/Mail/gnus-mail")
			 (create-directory "~/Mail")))

(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)




  reply	other threads:[~2002-12-30  1:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-29 22:57 pete-temp-12-29-2002
2002-12-29 23:06 ` Lars Magne Ingebrigtsen
2002-12-29 23:19   ` Pete Kazmier
2002-12-29 23:32     ` Lars Magne Ingebrigtsen
2002-12-30  1:19       ` Pete Kazmier
2002-12-30  1:31         ` Lars Magne Ingebrigtsen
2002-12-30  1:47           ` Pete Kazmier [this message]
2002-12-30  5:18             ` Lars Magne Ingebrigtsen

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=m3smwg6zw6.fsf@coco.kazmier.com \
    --to=pete@kazmier.com \
    /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).