all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to set line wrap
@ 2009-12-21 23:56 RAYHAN MUKTADER
  2009-12-22 12:48 ` Anselm Helbig
  0 siblings, 1 reply; 9+ messages in thread
From: RAYHAN MUKTADER @ 2009-12-21 23:56 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

Could some tell me how I can set the line wrap to 80 characters?

The following is what my ~/.emacs file currently looks like:

(set-fill-column 5)
;; Turn on tabs
(setq indent-tabs-mode t)
(setq-default indent-tabs-mode t)

;; Bind the TAB key
(global-set-key (kbd "TAB") 'self-insert-command)

;; Set the tab width
(setq default-tab-width 4)
(setq tab-width 4)
(setq c-basic-indent 4)
(load-library "php-mode")
(global-font-lock-mode t)

As you can see I have set fill column to 5 just to test it.
However,  My my cursor does not move to the next line after I go pass
five characters and I don't see any change in highlighting either.

I have also tried C-u 5 C-x f  but I did not see any difference.
Kindly help.



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

end of thread, other threads:[~2009-12-22 22:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 23:56 How to set line wrap RAYHAN MUKTADER
2009-12-22 12:48 ` Anselm Helbig
2009-12-22 14:21   ` RAYHAN MUKTADER
2009-12-22 14:32     ` Anselm Helbig
2009-12-22 15:07       ` RAYHAN MUKTADER
2009-12-22 15:16         ` Anselm Helbig
2009-12-22 21:23           ` RAYHAN MUKTADER
2009-12-22 21:54             ` Pascal J. Bourguignon
2009-12-22 22:35             ` Drew Adams

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.