all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* truncate lines issue
@ 2004-12-06  9:40 Andrew Kirilenko
  2004-12-06  9:51 ` Joe Corneli
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Kirilenko @ 2004-12-06  9:40 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello!

I'd like to completly dispose of this `truncate-lines` feature. I have
tried to add (setq truncate-lines 0) to ~/.emacs but this didn't help.

Any ideas?

Best regards,
Andrew.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBtCki2mM9to2y0hsRAi9CAJ4/Iitva95JO64H3kFtQgJO7lL1IgCgmoIf
oGqoWXX1FUugE2pNKoIiCtk=
=iE11
-----END PGP SIGNATURE-----

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

* Re: truncate lines issue
  2004-12-06  9:40 truncate lines issue Andrew Kirilenko
@ 2004-12-06  9:51 ` Joe Corneli
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Corneli @ 2004-12-06  9:51 UTC (permalink / raw)


I'm not sure what you mean by disposing of the feature, but I think
you mean that you want to turn off truncation and show "continuation
lines" instead.  If so, then

(setq truncate-lines nil)

is probably what you wanted.  And

(setq truncate-partial-width-windows nil)

is probably what you also wanted.  See if these settings don't
accomplish what you're looking for.  (No claim of minimality.)

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

* Re: truncate lines issue
       [not found] <mailman.3873.1102326229.27204.help-gnu-emacs@gnu.org>
@ 2004-12-16 19:40 ` david.boon
  0 siblings, 0 replies; 3+ messages in thread
From: david.boon @ 2004-12-16 19:40 UTC (permalink / raw)


I use the following:

(global-set-key "\C-x\M-\C-t" 'toggle-truncate-lines)
;;
;; Truncation, and allow it to be toggled
;;
(setq default-truncate-lines t             ; start off truncating long
lines
 truncate-partial-width-windows nil)

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

end of thread, other threads:[~2004-12-16 19:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-06  9:40 truncate lines issue Andrew Kirilenko
2004-12-06  9:51 ` Joe Corneli
     [not found] <mailman.3873.1102326229.27204.help-gnu-emacs@gnu.org>
2004-12-16 19:40 ` david.boon

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.