Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
autofilling paragraphs
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jude DaShiell  
View profile  
 More options Nov 16 2012, 4:55 pm
Newsgroups: gnu.emacs.help
From: Jude DaShiell <jdash...@shellworld.net>
Date: Fri, 16 Nov 2012 16:55:25 -0500 (EST)
Local: Fri, Nov 16 2012 4:55 pm
Subject: re: autofilling paragraphs
Some of what's in here may help.  Not the best but it works over here.
cut here.

(setq emacspeak-play-emacspeak-startup-icon t)
(add-hook 'text-mode-hook 'turn-on-auto-fill)
(add-hook 'mail-setup-hook 'spook)
(add-hook 'mail-setup-hook 'fortune-to-signature)
(setq mh-send-uses-spost-flag t)
     (setq mail-user-agent 'mh-e-user-agent)
     (setq browse-url-browser-function 'w3m-browse-url)
     (require 'w3m-load)
(require 'org-install)
     (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
          (global-set-key "\C-cl" 'org-store-link)
               (global-set-key "\C-ca" 'org-agenda)
(setq org-log-done t)
               (global-font-lock-mode 1)
               (add-to-list 'load-path "~/elisp/muse/lisp")
                    (add-to-list 'load-path "~/elisp/planner")
                         (add-to-list 'load-path "~/elisp/remember")
                         (setq planner-project "WikiPlanner")
                              (setq muse-project-alist
                                         '(("WikiPlanner"
                                                      ("~/plans"   ;; Or wherever you want your planner files to be
                                                                   :default "index"
                                                                                :major-mode planner-mode
                                                                                             :visit-link planner-visit-link))))
                                                                                                  (require 'planner)
                          (add-hook 'text-mode-hook
                                                                                                                (lambda ()
                                                                                                                                (when (y-or-n-p "Auto Fill mode? ")
                                                                                                                                                  (turn-on-auto-fill))))
;;                                                                                                                                                (global-set-key (kbd "C-c q") 'refill-mode)
                                                                                                                                                  (add-to-list 'load-path "~/elisp/bbdb-2.35/lisp")    ;; (1)
                                                                                                                                                  (require 'bbdb)
                                                                                                                                                  (bbdb-initialize 'gnus 'message)
                                                                                                                                                  (setq bbdb-north-american-phone-numbers-p nil)
                                                                                                                                                  (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
                                                                                                                                                  (add-hook 'mh-folder-mode-hook 'bbdb-insinuate-mh)
                                                                                                                                                  (add-hook 'rmail-mode-hook 'bbdb-insinuate-rmail)
                                                                                                                                                  (add-hook 'mail-setup-hook 'bbdb-insinuate-sendmail)
(require 'org-habit)
(add-to-list 'load-path (expand-file-name "~/org-mode/lisp"))
(add-to-list 'auto-mode-alist '("\\.\\(org\\  |org_archive\\|txt\\)$" . org-mode))
(setq org-agenda-files '("/tmp/test.org"))
(global-set-key "\C-cb" 'org-iswitchb)
(blink-cursor-mode -1)
(setq require-final-newline t)
(setq case-fold-search t)
(global-set-key [(meta g)] 'goto-line)

cut here.

---------------------------------------------------------------------------
jude <jdash...@shellworld.net>
Adobe fiend for failing to Flash


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »