search for: elisp

Displaying 20 results from an estimated 35 matches for "elisp".

Did you mean: lisp
2020 Aug 11
2
Client shows incorrect message counts
Agreed? Is Mailmate an option for you? > On Aug 10, 2020, at 7:51 PM, John Stoffel <john at stoffel.org> wrote: > > > Antonio> Thanks a million for your insight. I believe this is the thread to which you refer: > > Antonio> https://dovecot.org/pipermail/dovecot/2019-October/117219.html > > Yes, that's the thread. It looks like it's an Apple
2002 Oct 08
0
[LLVMdev] LLVM major mode for XEmacs
...nts, labels and the like. It does NOT do syntax-directed indentation or any other fancy things you might expect from a major mode. Unfortunately, it does not work with the plain vanilla GNU Emacs. It's fine with XEmacs though. To give it a whirl, let's say llvm-mode.el is in directory ~/.elisp (though you can just keep it in the cvs tree). Add to your ~/.emacs: ;; llvm (setq load-path (cons (expand-file-name "~/.elisp") load-path)) (require 'llvm-mode) I know there are some issues with miss-coloring syntax errors and such. Patches will be appreciated for Emacs compatibi...
2006 Feb 05
30
Emacs rails.el
Features: * Management WEBrick - start, stop * Viewing log files * Abbrev from TextMate * Switching between View/Action http://www.emacswiki.org/cgi-bin/emacs/rails.el
2018 Apr 06
0
Dsync from multiple IMAPs -- personal/local dovecot setup
...axonomy ~/mail/$mailboxName/... and notmuch-emacs + various scripts as MUA. Local postfix just to avoid emacs freeze during send, muchsync to support It does work but is slow, buggy and sometime complicated to kept up to date (I have many homegrow spaghetti-code scripts and snippets in zsh, elisp, python etc stratified in years). My dream is switch to a local Dovecot that DSync from multiple IMAPs instead of OfflineIMAP, with sieve filters instead of homegrow scripts that wrap notmuch search --output=files | xargs ... For the MUA part I'd like to stick with notmuch. So my questions are...
2001 Feb 23
0
Prevent killing an ESS *R* buffer unintentionally
A couple of days ago I posted some elisp code that asks the user for confirmation before deleting a process buffer, e.g. the *R* buffer. However, this code was only evaluated if a buffer was killed by means of [C-x k]. The following code does not need to be bound to a particular key, it's internally called by kill-buffer. (Also works...
2001 Mar 07
1
XEmacs on Windows
> Linux (?) Windows(?) I mean in the Windows environment. > I'm using under linux and the same installation worked for both, emacs and > xemacs. > P.J. I am trying to use on ESS win XEmacs on Windows, but I don't know how to tell XEmacs that use the ESS, I don't found the .emacs file and the system don't let me create such a file. Thank you for your help. Kenneth
2018 Oct 23
0
elpa-ess fails to initialize after update to 18.10 on ubuntu bionic
...ation of the packages, and also | reinstallation of elpa-ess alone. The workaround seems ok on all three | computers. I am truly sorry. I tested this on my computer before I uploaded 18.10, and "it worked for me" here (Ubuntu 18.04) with the package I uploaded to Debian (these are just elisp code, so easy to share between the distros). And I now got elpa-ess "back" via the CRAN mirroring of Michael's Ubuntu builds of our packages. And it still works. Also note that upstream rewrote / updated the docs on this. I found that to be useful reading -- please see eg Sectio...
2007 Jun 20
1
Help With Sweave:
.../usr/local/tex/inputs texhash || echo "Program texhash not found or failed" no texhash: Updating /var/lib/texmf/ls-R-TEXMFMAIN... texhash: Updating /var/lib/texmf/ls-R-TEXMFDIST-TETEX... texhash: Updating /var/lib/texmf/ls-R... texhash: Done. mkdir /dev/null 2>/dev/null make: [install-elisp] Error 1 (ignored) cp elisp/noweb-mode.el /dev/null mdj at lapmdj:~/downloads/noweb-2.11b/src$ texhash texhash: /var/lib/texmf/ls-R-TEXMFMAIN: no write permission. Skipping... texhash: /var/lib/texmf/ls-R-TEXMFDIST-TETEX: no write permission. Skipping... texhash: /var/lib/texmf/ls-R: no write permi...
2004 Nov 11
3
R "sumo" package suggestion
r-help: I have an R package suggestion. After spending several hours the other day installing about a dozen packages, I had an idea. In xemacs, there is a "sumo" package which allows me to install a large bundle of xemacs packages at one time (about a 120 modes including ESS). I think R should have a similar bundle. It would be so much easier than hunting/downloading/installing.
2006 Mar 25
67
Your Ruby IDE
Just a poll here i am looking for a good IDE for rails and wondering what you guys use? features i like in an ide code highlites auto code complete file browser Currently i am using dreamwever but the code highliting is really bad its also a pain to set up other doucment types such as .yml data config. -- Posted via http://www.ruby-forum.com/.
2000 Dec 19
1
Re: ESS for R
...value is "rowlings.%s.S" [+ docs] Defined BR> in `ess-cust'. BR> whereas ess-source-directory is: BR> ess-source-directory's value is "./Src99/" [+ docs] Defined in BR> `ess-cust'. BR> Such scoping concepts are beyond my meagre elisp BR> knowledge. There's a whole bunch of BR> 'make-variable-buffer-local' calls in ess-cust.el but neither BR> of the two variables are mentioned... The problem is this: buffer-local variables accomodate any value which might vary between buffers. So, the &qu...
2018 Oct 23
2
elpa-ess fails to initialize after update to 18.10 on ubuntu bionic
The latest ess and elpa-ess 18.10-1bionic0 packages for ubuntu leave ess unable to find initialization files when it is invoked from R via M-x R. I've found a workaround by creating a soft link: cd /usr/share sudo ln -s /usr/share/emacs/site-lisp/elpa-src/ess-18.10 ess but this may be a widespread problem. It appeared on each of the three computers on which I updated the packages, and
1997 Sep 21
1
Active X versus Java, Linux versus NT
Having recently read about the lack of security of Active X controls, I was wondering if I could get some specifics about its lack of security versus the security of JAVA. Also about the security of JAVA under Linux. I understand that MS''s concept of security is a) investigate the vendor, b) issue a certificate of authority, 3) vendor is now trused to do anything (fox guarding the hen
2008 Jan 15
3
EMACS and ESS
Fedora Linux 8 R 2.6.1 Intel CPU I am trying to get started with R under Linux. It has been suggested to me that I run R under EMACS. I have looked at the CRAN website, and several other places to try to find an RPM for EMACS and, if I need it for ESS. I have not succeeded in finding one. Can someone tell me where to go to get the RPMs? If anyone would have a suggestion for an editor other than
2017 Aug 11
1
attributes on symbols
Thanks for spotting this issue. The short answer is yes, adding attributes to a symbol is a bad idea and will be turned into a runtime error soon. Maintainers of packages that add attributes to symbols have been notified and some have already fixed their code. At least in one case the package is not working properly, even in isolation, because of the global effect of adding an attribute to a
2006 Jul 07
5
Mongrel Debian packages
Hi all, I just wanted to let you know that I built some Debian (Sarge) packages to allow an apt-get only installation of Mongrel, Ruby and friends. Also contained is an init script that is capable of managing multiple applications. Support for the Pen load balancer is also included. More info can be found there:
2006 Mar 14
3
rails on emacs - need a working .emacs sample
...(cons ''("\\.rhtml$" . html-mode) auto-mode-alist)) and (add-to-list ''auto-mode-alist ''("\\.rhtml$" . html-mode)) I copied both of these files into my .emacs and have been playing with commenting out or uncommenting various lines. (Obviously I am not elisp proficient) While I have ecb still working, Ruby mode is now broken while rails mode commands still don''t work. I would very much appreciate any one who can help me out in properly setting up these modes. Thanks, bakki
2000 Mar 18
4
including R in the SuSE Linux distribution
...Univ. of North Carolina at Chapel Hill ************************************************************************* Dear SuSE Team, I am writing to you about the free statistical analysis package R, and the associated package ESS (Emacs Speaks Statistics), which is a elisp package that provides a nice interface between Emacs and a number of other statistical packages, including R and Splus. R is somewhat similar to Splus version 3. It is actively developed by people around the world, and has recently reached version 1.0.0, reflecting the belief of the developers tha...
2012 Oct 22
3
[PATCH 0/2 NOT WORKING] Symbol versioning
John, This was my attempt to add symbol versioning to the library, letting us break ABI without breaking any existing callers. Unfortunately it doesn't work: - the new versioned symbols are marked local in libguestfs.so - the existing symbols should now have @GUESTFS_0.0 versions, but don't The documentation for this stuff is extremely thin, and I've got a bad case of
2017 Mar 26
4
Alternativa a RStudio
Solo entendí bien lo de no usar el mouse jejeje. De echo es algo que yo me estoy acostumbrando bastante, a no tener que agarrar el mouse para todo, me resulta más fácil y rápido hacer las cosas sin sacar las manos del teclado. Por lo que vi no es muy sencillo el tema de entrarle al emacs, y como no ando con tiempo excedente para dedicarle tendré que dejarlo para más adelante o dedicarle algún