bbdb-user
[Top][All Lists]
Advanced

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

Re: How to wrap lines?


From: Enrico Schumann
Subject: Re: How to wrap lines?
Date: Wed, 27 Mar 2024 12:37:49 +0100

On Tue, 26 Mar 2024, Roland Winkler writes:

> On Mon, Mar 25 2024, BP25 wrote:
>> My "notes" field is long but only displayed as one line (both in bbdb
>> and in the popup). I tried to set bbdb-wrap-column to non-nil (and
>> actually I suspect that the value matters), but nothing changes! Can
>> anyone help please? I looked at the code but can't really understand
>> what this variable does...
>
> There is no variable bbdb-wrap-column in BBDB v3.  So I cannot comment.
>
[...]

In bbdb.el from https://elpa.gnu.org/packages/bbdb.html
(Version: 3.2.2b), I see

,----
| (defcustom bbdb-wrap-column nil
|   "Wrap column for multi-line display.  If nil do not wrap lines."
|   :group 'bbdb-record-display
|   :type '(choice (const :tag "No line wrapping" nil)
|                  (number :tag "Wrap column")))
`----

Out of curiosity, how could I see that this variable is not
part of v3?

thank you
    Enrico
    
-- 
Enrico Schumann
Lucerne, Switzerland
http://enricoschumann.net



reply via email to

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