From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: Re: emacs startup Date: Wed, 29 Jan 2014 16:04:37 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1391029514 23302 80.91.229.3 (29 Jan 2014 21:05:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2014 21:05:14 +0000 (UTC) Cc: help-gnu-emacs To: Jude DaShiell Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 29 22:05:23 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W8cK1-0002sA-8d for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Jan 2014 22:05:21 +0100 Original-Received: from localhost ([::1]:45280 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8cK0-0005Ki-Q8 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Jan 2014 16:05:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8cJh-0005JH-3Z for help-gnu-emacs@gnu.org; Wed, 29 Jan 2014 16:05:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8cJf-00030e-0y for help-gnu-emacs@gnu.org; Wed, 29 Jan 2014 16:05:01 -0500 Original-Received: from mail-vb0-x22b.google.com ([2607:f8b0:400c:c02::22b]:56092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8cJe-00030Y-PT for help-gnu-emacs@gnu.org; Wed, 29 Jan 2014 16:04:58 -0500 Original-Received: by mail-vb0-f43.google.com with SMTP id p5so1561258vbn.30 for ; Wed, 29 Jan 2014 13:04:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ZIYmm/xlcxqJvUOiJ4LKTPMUd5yxvBoEOGDh813Pjq8=; b=gdeIiCDtTY/1C2p2/9Vg+OiaAKIlkAA8QY3wlyu8wrSgEfo74vHQHaqrnxrB3BMqn3 9xQKVjsAhrQtSEvgdOXd0qa22da6zkZ0We3n2yOqdB2FBxfTfWpGfa6/QJliaQxin6XJ NF0qOfJDRhmd4Sz5Lb2sBReqNGm0Pamokjnw0XsBuDCwk7LHr1yZcux8Nip0/nDoJfki 6FJDnVvxfJf37pbGFMTcLTOmO1GBD9alZcDAJCZmkxNuZ+Y2Y2dcK1TnYnSCXV+KGEvm oE3/gYnP0/g4XqMQHgCD+mSnuKRYHVDhF6WwsQ5ZZMKVYzI/xDNJXbdTZqvoiS/pic+K Lerw== X-Received: by 10.58.211.130 with SMTP id nc2mr8156410vec.7.1391029497964; Wed, 29 Jan 2014 13:04:57 -0800 (PST) Original-Received: by 10.221.42.10 with HTTP; Wed, 29 Jan 2014 13:04:37 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::22b X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95765 Archived-At: wat On Wed, Jan 29, 2014 at 3:58 PM, Jude DaShiell wrote: > Script started on Wed 29 Jan 2014 04:05:24 PM EST jude@d-216-36-20-9:~$ > cat .emacs (setq package-archives '(("gnu" . " > http://elpa.gnu.org/packages/") ("marmalade" . " > http://marmalade-repo.org/packages/") ("melpa" . > "http://melpa.milkbox.net/packages/"))) (setq inhibit-splash-screen t) > (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/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) (require > 'twittering-mode) (setq twittering-use-master-password t) (setq > twittering-cert-file "/etc/ssl/certs/ca-certificates.crt") > jude@d-216-36-20-9:~$ emacs [?25h [?8c [48d [?25h [?0c [39;49m [?25h [?8c > [47d [?25l [?1c [7m-UUU:----F1 [39;49m [27m [1m*scratch* [39;49m [27m > [7m All L1 (Fundamental) > --------------------------------------------------------------------------- > [39;49m [27m [?25h [?0c [?25h [?8c [48d [?25l [?1cLoading 00debian-vars... > [?25h [?0c [?25h [?8c [48;25H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;9H > [?25l [?1c/etc/emacs/site-start.d/20apel.el (source)... [?25h [?0c [?25h > [?8c [48;54H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;33H [?25l > [?1c50bbdb.el (source)... [?25h [?0c [?25h [?8c [48;54H [?25l [?1cdone > [?25h [?0c [?25h [?8c [48;35H [?25l [?1cdictem.el (source)... [?25h [?0c > [?25h [?8c [48;56H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;39H [?25l > [?1cionaries-common.el (source)... [?25h [?0c [?25h [?8c [48;9H [?25l > [?1cdebian-ispell... [?25h [?0c [?25h [?8c [48;9H [?25l > [?1c/var/cache/dictionaries-common/emacsen-ispell-default.el (source)... > [?25h [?0c [?25h [?8c [48;77H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;9H > [?25l [?1cdebian-ispell...done [?25h [?0c [?25h [?8c [48;9H [?25l > [?1c/var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)... > [?25h [?0c [?25h [?8c [48;75H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;10H > [?25l [?1cetc/emacs/site-start.d/50dictionaries-common [?25h [?0c [?25h > [?8c [48;35H [?25l [?1cecb.el (source)... [?25h [?0c [?25h [?8c [48d [?25l > [?1cECB 2.40 uses CEDET 2.0 (contains semantic 2.2, eieio 1.4, speedbar > ). [?25h [?0c [?25h [?8c [48d [?25l [?1cLoading > /etc/emacs/site-start.d/50ecb.el (source)...done [?25h [?0c [?25h [?8c > [48;36H [?25l [?1cdb.el (source)... [?25h [?0c [?25h [?8c [48;53H [?25l > [?1cdone [?25h [?0c [?25h [?8c [48;36H [?25l [?1cmacs-goodies-el.el > (source)... [?25h [?0c [?25h [?8c [48;66H [?25l [?1cdone [?25h [?0c [?25h > [?8c [48;40H [?25l [?1cpeak.el (source)... [?25h [?0c [?25h [?8c [48;59H > [?25l [?1cdone [?25h [?0c [?25h [?8c [48;37H [?25l [?1cms.el (source)... > [?25h [?0c [?25h [?8c [48;54H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;36H > [?25l [?1crc.el (source)... [?25h [?0c [?25h [?8c [48;9H [?25l > [?1cerc-auto... [?25h [?0c [?25h [?8c [48;20H [?25l [?1cdone [?25h [?0c > [?25h [?8c [48;9H [?25l [?1c/etc/emacs/site-start.d/50erc.el > (source)...done [?25h [?0c [?25h [?8c [48;35H [?25l [?1cflim.el (source)... > [?25h [?0c [?25h [?8c [48;54H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;35H > [?25l [?1cgnus-bonus-el.el (source)... [?25h [?0c [?25h [?8c [48;63H [?25l > [?1cdone [?25h [?0c [?25h [?8c [48;35H [?25l [?1clookup-el.el (source)... > [?25h [?0c [?25h [?8c [48;59H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;35H > [?25l [?1cmuse-el.el (source)... [?25h [?0c [?25h [?8c [48;10H [?25l > [?1cusr/share/emacs24/site-lisp/muse [18@-el/muse-autoloads [?25h [?0c > [?25h [?8c [48;75H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;10H [?25l > [?1cetc/emacs/site-start.d/50muse-el [18P [?25h [?0c [?25h [?8c [48;35H > [?25l [?1corg-mode.el (source)... [?25h [?0c [?25h [?8c [48;58H [?25l > [?1cdone [?25h [?0c [?25h [?8c [48;35H [?25l [?1cpost-el.el (source)... > [?25h [?0c [?25h [?8c [48;57H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;36H > [?25l [?1cymacs.el (source)... [?25h [?0c [?25h [?8c [48;56H [?25l [?1cdone > [?25h [?0c [?25h [?8c [48;37H [?25l [?1cthon-mode.el (source)... [?25h [?0c > [?25h [?8c [48;61H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;35H [?25l > [?1ctwittering-mode.el (source)... [?25h [?0c [?25h [?8c [48;65H [?25l > [?1cdone [?25h [?0c [?25h [?8c [48;35H [?25l [?1cw3m-el-snapshot.el > (source)... [?25h [?0c [?25h [?8c [48;65H [?25l [?1cdone [?25h [?0c [?25h > [?8c [48;34H [?25l [?1c1planner-el.el (source)... [?25h [?0c [?25h [?8c > [48;10H [?25l [?1cusr/share/emacs24/site-lisp/planner [21@-el/planner-autoloads > [?25h [?0c [?25h [?8c [48;81H [?25l [?1cdone [?25h [?0c [?25h [?8c [48;10H > [?25l [?1cetc/emacs/site-start.d/51planner-el [21P [?25h [?0c [?25h [?8c > [48;35H [?25l [?1csemi.el (source)... [?25h [?0c [?25h [?8c [48;54H [?25l > [?1cdone [?25h [?0c [?25h [?8c [48d [?25l [?1cFor information about GNU > Emacs and the GNU system, type C-h C-a. [?25h [?0c [?25h [?8c [48d [?25l > [?1cPackage assoc is obsolete! [?25h [?0c [?25h [?8c [48d [?25l [?1cPackage > assoc is obsolete! [7mFile Edit Options Buffers Tools Lisp-Interaction Help > > [39;49m [27m [33m;; This buffer is for notes you don't want to save, and > for Lisp evaluation. > [39;49m [33m;; If you want to create a file, visit that file with C-x C-f, > [39;49m > [33m;; then enter the text in that file's own buffer. > [39;49m > [7m-UUU:----F1 [39;49m [27m [1m*scratch* [39;49m [27m [7m All L5 > (Lisp Interaction) > ---------------------------------------------------------------------- > [39;49m [27m [?25h [?0c [?25h [?8c [48d [48d [?25l [?1c(No files need > saving) [6;1H [?25h [?0c [?25h [?8c [48d [?25h [?0c [39;49m > jude@d-216-36-20-9:~$ exit Script done on Wed 29 Jan 2014 04:07:28 PM EST > Is there some setting I can put in my .emacs file to tell me which package > association is now obsolete? If I knew which package that was, I could > fix this. Or could it be a run through with --debug-init on the command > line would provide the necessary info? I'm running all of this on a > debian Jessie/Sid distribution if that helps any. jude < > jdashiel@shellworld.net>