From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Siegel, Aaron J." Subject: Activation - loading .emacs or .emacs.d emacsportable Date: Fri, 25 Jan 2013 16:00:46 +0000 Message-ID: <7645C817048D2A41A58EBB72C53C7FD72CA86496@ADCEXCHMBX03.fmi.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_7645C817048D2A41A58EBB72C53C7FD72CA86496ADCEXCHMBX03fmi_" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tylxl-00067F-Ci for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 11:17:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TylxZ-0000vz-V4 for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 11:17:09 -0500 Received: from ch1ehsobe001.messaging.microsoft.com ([216.32.181.181]:5635 helo=ch1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TylxZ-0000vf-Ok for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 11:16:57 -0500 Received: from mail14-ch1 (localhost [127.0.0.1]) by mail14-ch1-R.bigfish.com (Postfix) with ESMTP id 691DD2603FD for ; Fri, 25 Jan 2013 16:01:51 +0000 (UTC) Received: from CH1EHSMHS043.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.254]) by mail14-ch1.bigfish.com (Postfix) with ESMTP id 997E31A0113 for ; Fri, 25 Jan 2013 16:01:47 +0000 (UTC) Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" --_000_7645C817048D2A41A58EBB72C53C7FD72CA86496ADCEXCHMBX03fmi_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello Does anyone know if there is a mailing list for EmacsPortableApp? I am running EmacsPortableapp 24.2.1 (i386-mingw-nt6.1.7601), download from= the following link, on Windows 7. https://github.com/mlf176f2/EmacsPortable.App/ I am unable to get the shortcut setup .emacs or .emacs.d to work. I have t= ried two different .emacs. When I try to invoke a shortcut I receive the e= rror "is undefined". C-c a is undefined =3D=3D=3D=3DOrg-Mode Activation http://orgmode.org/org.pdf =3D=3D=3D=3D=3D (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-cc" 'org-capture) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) ;; =3D=3D=3DOrg-Mode Activation http://orgmode.org/worg/org-tutorials/orgtu= torial_dto.html (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (define-key global-map "\C-cl" 'org-stor-link) (define-key global-map "\C-cc" 'org-capture) (define-key global-map "\C-ca" 'org-agenda) (define-key global-map "\C-cb" 'org-iswitchb) (setq org-agenda-files (quote ("~/org"))) The documentation is for EmacsPortableApp is confusing provides two differe= nt instruction for .emacs file. One section places the .emacs file in /D= ata/startup and then in another section it states that .emacs goes in the H= ome director. I have placed these files in my home directory (defined in t= he EmacsPortableApp.ini parameter Home) I have also tried placing the .emac= s in /Data/startup. I have not been abel to startup "Emacs 24 Starter Kit" I have moved it int= o the .emacs.d under the Home and Startup directory it still does not work.= I used the "M-x regen-autoloads" command and received receive an error: M-x regen-autoloads [no match] Aaron Siegel Electrical Engineer Climax Molybdenum Henderson Operation Mine Office: (303) 569-3221 x1543 Mill Office: (303) 569-3221 x2543 Cell Phone: (720) 427-5240 --_000_7645C817048D2A41A58EBB72C53C7FD72CA86496ADCEXCHMBX03fmi_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello

Does anyone know if there is a mailing list for Emac= sPortableApp?

 

I am running EmacsPortableapp 24.2.1 (i386-mingw-nt6= .1.7601), download from the following link, on Windows 7. 

   https://github.com/mlf176f2/EmacsP= ortable.App/

I am unable to get the shortcut setup .emacs or .ema= cs.d to work.  I have tried two different .emacs.  When I try to = invoke a shortcut I receive the error “is undefined”.

        &nbs= p;       C-c a is undefined

 

=3D=3D=3D=3DOrg-Mode Activation http://orgmode.org/o= rg.pdf =3D=3D=3D=3D=3D

(global-set-key "\C-cl" 'org-store-link)

(global-set-key "\C-cc" 'org-capture)=

(global-set-key "\C-ca" 'org-agenda)<= /o:p>

(global-set-key "\C-cb" 'org-iswitchb)

 

;; =3D=3D=3DOrg-Mode Activation http://orgmode.org/w= org/org-tutorials/orgtutorial_dto.html

(require 'org-install)

(add-to-list 'auto-mode-alist '("\\.org$" = . org-mode))

(define-key global-map "\C-cl" 'org-stor-l= ink)

(define-key global-map "\C-cc" 'org-captur= e)

(define-key global-map "\C-ca" 'org-agenda= )

(define-key global-map "\C-cb" 'org-iswitc= hb)

(setq org-agenda-files (quote ("~/org")))<= o:p>

 

The documentation is for EmacsPortableApp is confusi= ng provides two different  instruction for  .emacs file. One sect= ion places the .emacs file in  /Data/startup and then in another secti= on it states that .emacs goes in the Home director.  I have placed these files in my home directory (defined in the Emacs= PortableApp.ini parameter Home) I have also tried placing the .emacs in /Da= ta/startup. 

 

I have not been abel to startup “Emacs 24 Star= ter Kit”  I have moved it into the .emacs.d under the Home and S= tartup directory it still does not work.  I used the “M-x regen-= autoloads” command and received receive an error:

 

       M-x regen-= autoloads [no match]

 

Aaron Siegel

Electrical Engineer=

Climax Molybdenum<= o:p>

Henderson Operat= ion

Mine Office: (30= 3) 569-3221 x1543

Mill Office:&nbs= p;  (303) 569-3221 x2543

Cell Phone: = ; (720) 427-5240

 

 

--_000_7645C817048D2A41A58EBB72C53C7FD72CA86496ADCEXCHMBX03fmi_--