You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, in Gnus at least, the EBDB buffer pops up too early (?). Neither the Gnus article buffer nor the EBDB buffer get a chance to wrap lines correctly; it's necessary to refresh both buffers to get the correct display.
The text was updated successfully, but these errors were encountered:
* ebdb-com.el (ebdb-display-records): In most cases, this ought to
allow filling of record values to work correctly, because
`window-text-width' will return a reasonable value. This still isn't
working for Gnus, possibly because of how Gnus' window configuration
works.
Partially addresses #62
* ebdb-gnus.el (ebdb-gnus-window-configuration): New customization
option for changing how the *EBDB-Gnus* buffer is displayed.
Something still isn't working correctly here, though -- while the
Gnus article buffers are now wrapped correctly, the EBDB buffer
still isn't wrapped right.
Relevant to #62
Right now, in Gnus at least, the EBDB buffer pops up too early (?). Neither the Gnus article buffer nor the EBDB buffer get a chance to wrap lines correctly; it's necessary to refresh both buffers to get the correct display.
The text was updated successfully, but these errors were encountered: