unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4172: 23.1; longlines-wrap-follows-window-size
@ 2009-08-17  9:31 Henrik Grotjahn
  2009-08-18  2:23 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Henrik Grotjahn @ 2009-08-17  9:31 UTC (permalink / raw)
  To: bug-gnu-emacs

--text follows this line--

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing  
list,
and to the gnu.emacs.bug news group.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Feature request: Is it possible, to implement the variable "longlines- 
wrap-follows-window-size", known from longlines.el (or something  
similar) into the "Visual Line Mode" from Emacs 23? Then, as far as I  
see from a users perspective, longlines.el could be removed from  
Emacs, since "Visual Line Mode" could then do the whole job.

TIA

Henrik

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
     `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG for  
instructions.


In GNU Emacs 23.1.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
  of 2009-08-06 on braeburn.aquamacs.org - Aquamacs Distribution  
2.0preview2
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns' '--without-x' 'CFLAGS=-arch  
i386 -arch ppc' 'LDFLAGS=-arch i386 -arch ppc''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: nil
   value of $XMODIFIERS: nil
   locale-coding-system: nil
   default-enable-multibyte-characters: t

Major mode: Summary

Minor modes in effect:
   TeX-PDF-mode: t
   delete-selection-mode: t
   show-paren-mode: t
   pc-selection-mode: t
   savehist-mode: t
   cua-mode: t
   smart-frame-positioning-mode: t
   aquamacs-autoface-mode: t
   recentf-mode: t
   osx-key-mode: t
   tabbar-mwheel-mode: t
   tabbar-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   column-number-mode: t
   line-number-mode: t
   global-visual-line-mode: t
   visual-line-mode: t
   transient-mark-mode: t







^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#4172: 23.1; longlines-wrap-follows-window-size
  2009-08-17  9:31 bug#4172: 23.1; longlines-wrap-follows-window-size Henrik Grotjahn
@ 2009-08-18  2:23 ` Stefan Monnier
  2015-01-13 19:17   ` Ivan Shmakov
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2009-08-18  2:23 UTC (permalink / raw)
  To: Henrik Grotjahn; +Cc: bug-gnu-emacs, 4172

> Feature request: Is it possible, to implement the variable "longlines-
> wrap-follows-window-size", known from longlines.el (or something similar)
> into the "Visual Line Mode" from Emacs 23? Then, as far as I  see from
> a users perspective, longlines.el could be removed from  Emacs, since
> "Visual Line Mode" could then do the whole job.

You mean to allow the wrapping to be done at some other column than
"window-width"?


        Stefan






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#4172: 23.1; longlines-wrap-follows-window-size
  2009-08-18  2:23 ` Stefan Monnier
@ 2015-01-13 19:17   ` Ivan Shmakov
  2021-08-27  3:08     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Shmakov @ 2015-01-13 19:17 UTC (permalink / raw)
  To: 4172

>>>>> Stefan Monnier <monnier@iro.umontreal.ca> writes:

 >> Is it possible, to implement the variable
 >> "longlines-wrap-follows-window-size", known from longlines.el (or
 >> something similar) into the "Visual Line Mode" from Emacs 23?

[…]

 > You mean to allow the wrapping to be done at some other column than
 > "window-width"?

	Isn’t it already possible to achieve this via right-margin-width
	(available since 21.1)?  Say:

M-: (progn (setq-local right-margin-width 13)
           (set-window-buffer nil (current-buffer))) RET

	Unless there’d be objections, I intend to close this bug.

-- 
FSF associate member #7257  http://boycottsystemd.org/  … 3013 B6A0 230E 334A





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#4172: 23.1; longlines-wrap-follows-window-size
  2015-01-13 19:17   ` Ivan Shmakov
@ 2021-08-27  3:08     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-08-27  3:08 UTC (permalink / raw)
  To: 4172

Ivan Shmakov <ivan@siamics.net> writes:

> 	Isn’t it already possible to achieve this via right-margin-width
> 	(available since 21.1)?  Say:
>
> M-: (progn (setq-local right-margin-width 13)
>            (set-window-buffer nil (current-buffer))) RET
>
> 	Unless there’d be objections, I intend to close this bug.

There were no objections in six years, so I'm closing this bug report
now.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-27  3:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-17  9:31 bug#4172: 23.1; longlines-wrap-follows-window-size Henrik Grotjahn
2009-08-18  2:23 ` Stefan Monnier
2015-01-13 19:17   ` Ivan Shmakov
2021-08-27  3:08     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).