* [Caml-list] tuareg and line wrapping
@ 2011-05-04 21:57 Joel Reymont
2011-05-05 7:10 ` Mike McClurg
0 siblings, 1 reply; 4+ messages in thread
From: Joel Reymont @ 2011-05-04 21:57 UTC (permalink / raw)
To: caml-list
How do I prevent Tuareg mode from wrapping the lines for me?
Thanks, Joel
--------------------------------------------------------------------------
- for hire: mac osx device driver ninja, kernel extensions and usb drivers
---------------------+------------+---------------------------------------
http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
---------------------+------------+---------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Caml-list] tuareg and line wrapping
2011-05-04 21:57 [Caml-list] tuareg and line wrapping Joel Reymont
@ 2011-05-05 7:10 ` Mike McClurg
2011-05-05 7:17 ` Joel Reymont
0 siblings, 1 reply; 4+ messages in thread
From: Mike McClurg @ 2011-05-05 7:10 UTC (permalink / raw)
To: Joel Reymont, caml-list
[-- Attachment #1: Type: text/plain, Size: 312 bytes --]
On Wed, May 4, 2011 at 10:57 PM, Joel Reymont <joelr1@gmail.com> wrote:
> How do I prevent Tuareg mode from wrapping the lines for me?
>
> Thanks, Joel
>
>
M-x toggle-truncate-lines. It's not a Tuareg mode command, but a general
Emacs command. I also find it useful for viewing gigantic log files.
Mike
[-- Attachment #2: Type: text/html, Size: 583 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Caml-list] tuareg and line wrapping
2011-05-05 7:10 ` Mike McClurg
@ 2011-05-05 7:17 ` Joel Reymont
[not found] ` <BANLkTimb61oJfXveZ8ZPGWYoK4_A8DDjkg@mail.gmail.com>
0 siblings, 1 reply; 4+ messages in thread
From: Joel Reymont @ 2011-05-05 7:17 UTC (permalink / raw)
To: Mike McClurg; +Cc: caml-list
On May 5, 2011, at 8:10 AM, Mike McClurg wrote:
> M-x toggle-truncate-lines. It's not a Tuareg mode command, but a general Emacs command. I also find it useful for viewing gigantic log files.
I think there's something else going on here as I get line wrapping even with truncate long lines enabled.
--------------------------------------------------------------------------
- for hire: mac osx device driver ninja, kernel extensions and usb drivers
---------------------+------------+---------------------------------------
http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
---------------------+------------+---------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Caml-list] tuareg and line wrapping
[not found] ` <BANLkTimb61oJfXveZ8ZPGWYoK4_A8DDjkg@mail.gmail.com>
@ 2011-05-05 15:12 ` Joel Reymont
0 siblings, 0 replies; 4+ messages in thread
From: Joel Reymont @ 2011-05-05 15:12 UTC (permalink / raw)
To: Till Varoquaux; +Cc: Mike McClurg, caml-list
These two did the trick
(setq-default truncate-lines t)
(setq truncate-partial-width-windows nil)
On May 5, 2011, at 2:41 PM, Till Varoquaux wrote:
> You probably have auto-fill-mode or some other minor mode turned on
> that fills (insert line breaks):
> C-h m
> Should show you that list.
--------------------------------------------------------------------------
- for hire: mac osx device driver ninja, kernel extensions and usb drivers
---------------------+------------+---------------------------------------
http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
---------------------+------------+---------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-05-05 15:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-04 21:57 [Caml-list] tuareg and line wrapping Joel Reymont
2011-05-05 7:10 ` Mike McClurg
2011-05-05 7:17 ` Joel Reymont
[not found] ` <BANLkTimb61oJfXveZ8ZPGWYoK4_A8DDjkg@mail.gmail.com>
2011-05-05 15:12 ` Joel Reymont
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox