From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: How to install CDLaTeX in emacs24, on Windows 7? Date: Wed, 20 Jan 2016 15:25:21 +0100 Message-ID: <87wpr4fhv2.fsf@gmx.us> References: <799776992.2130211453292810260.JavaMail.httpd@webmail-48.iol.local> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLthg-0007KY-I2 for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 09:25:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLthb-00043f-Ed for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 09:25:44 -0500 Received: from plane.gmane.org ([80.91.229.3]:43757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLthb-00043E-8X for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 09:25:39 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aLthT-0001CP-Un for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 15:25:32 +0100 Received: from 62.80.108.11 ([62.80.108.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jan 2016 15:25:31 +0100 Received: from rasmus by 62.80.108.11 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jan 2016 15:25:31 +0100 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 "vendo.libri@libero.it" writes: > I'm not very good at emacs Don’t worry. It will come! You could check (info "eintr"); it’s a pretty cool book. > so when you say "load path" do you mean ? My > .emacs configuration file is in , so where do I put > cdlatex.el? Do you know if yasnippet and cdlatex are compatible or not? It’s configurable. Check the folders in the variable load-path (hint: do C-h v RET load-path RET; RET is Enter, C is Ctrl) Try to add something like this to your init.el: (add-to-list 'load-path (expand-file-name (concat user-emacs-directory "lisp"))) And evaluate it in the session (C-x C-e at last closing parenthesis). Then look up the value of load-path. It will probably be something like C:\home\.emacs.d\lisp (I don’t know windows very well, sorry). Now put the cdlatex.el in this folder. It’s now in the Emacs load path and you, or Org, can require it. If you want to be fancy, you can byte-compile cdlatex.el (M-x byte-compile-file). > Please refer to the screenshot at this > link for Emacs my path file: > http://stackoverflow.com/questions/34884310/emacs-org-cdlatex-mode-where-do-you-put-the-cdlatex-el-script I did not check this. Hope it helps, Rasmus -- The right to be left alone is a human right