Re: PL/SQL mode

From: Adam <ask_at_me.spam>
Date: Sat, 21 Jul 2001 21:55:39 GMT
Message-ID: <W_ZX6.114$Kc6.4308_at_news.get2net.dk>


[Quoted] [Quoted] That would be cool... I could only find v. 1.3, but I know that at least a [Quoted] 1.4 exists. And besides, when I try to load the mode, Emacs goes,

Loading pls-mode (source)...
File mode specification error: (file-error "Cannot open load file" "structured-regexp")

[Quoted] Any ideas? I have it in the Progmodes directory, so it shouldn't really be a [Quoted] prob. Access rights are fine, and .emacs loads it this way:

(autoload 'pls-mode  "pls-mode" "PL/SQL Editing Mode" t)
(autoload 'diana-mode  "pls-mode" "DIANA for PL/SQL Browsing Mode" t)
(setq auto-mode-alist
      (append '(("\\.pls$"  . pls-mode)

    ("\\.sql$" . pls-mode)
  ("\\.pld$" . diana-mode)
  ) auto-mode-alist))

But still, if you have a version newer than 1.3 I would appreciate it if you posted it!

-Adam

"Klaus Berndl" <Klaus.Berndl_at_sdm.de> wrote in message news:uwv68gzfz.fsf_at_sdm.de...

> Search for pls-mode.el. If you can´t find it i can post it onto
> gnu.emacs.sources.

>

> Klaus
>

> --
> Klaus Berndl mailto: klaus.berndl_at_sdm.de
> sd&m AG http://www.sdm.de
> software design & management
> Thomas-Dehler-Str. 27, 81737 München, Germany
> Tel +49 89 63812-392, Fax -220
Received on Sat Jul 21 2001 - 23:55:39 CEST

Original text of this message