info-gnus-english
[Top][All Lists]
Advanced

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

Re: Line Wrapping set to Word Wrap in Summary Buffer - how to permanentl


From: Rainer M Krug
Subject: Re: Line Wrapping set to Word Wrap in Summary Buffer - how to permanently change to Truncate Long Lines?
Date: Wed, 02 Dec 2015 18:23:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

Emanuel Berg <embe8573@student.uu.se> writes:

> Rainer M Krug <Rainer@krugs.de> writes:
>
>> All this does not work if one sets
>> global-visual-line-mode to 1 in a different
>> buffer...
>>
>> Found it, changed it to visual-line-mode and
>> everything is working again.
>
> ... do you really want `visual-line-mode' in a Gnus
> summary buffer?

No - I don't want it - I had it for a different buffer.

>
> Anyway, instead of using defaults, it can be sensible
> to set up things like this on a per-mode basis.
> Especially since you mention the `gnus-summary-mode'
> in particular probably this is what you should do.
>
> For example, here is what I do for the HTML and XML
> modes - as you see I disable `visual-line-mode' for
> each.
>
> You can do the same (or enable it) with
> `gnus-summary-mode-hook', if need be.
>
> ;; HTML
> (defvar html-mode-map)
> (defun html-mode-hook-f ()
>   (enable-line-mode)
>   (define-key html-mode-map "\C-ow" #'w3m-view)
>   (auto-fill-mode   -1)
>   (visual-line-mode -1) )
> (add-hook 'html-mode-hook #'html-mode-hook-f)
>
> ;; XML
> (defun nxml-mode-hook-f ()
>   (visual-line-mode -1) )
> (add-hook 'nxml-mode-hook #'nxml-mode-hook-f)

Interesting - have never thought about that. Will look into this.

Thanks,

Rainer

-- 
Rainer M. Krug
email: Rainer<at>krugs<dot>de
PGP: 0x0F52F982

Attachment: signature.asc
Description: PGP signature


reply via email to

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