help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with smart-snippet


From: Camille Bourgoin
Subject: problem with smart-snippet
Date: Fri, 14 Dec 2007 20:02:33 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hello,

I have a problem with "smart-snippet.el".
There is my configuration :

;;; snippets
(require 'snippet)
(require 'smart-snippet)
;(define-key snippet-map (kbd "C-i") 'snippet-next-field)
;; RUBY snippets
(snippet-with-abbrev-table 'ruby-mode-abbrev-table
  ('if' 'if $${condition} $.' '(not in-comment?))
  ('if' 'if $${condition}\n$>$.\nend$>\n' 'bol?))

It give to me the error :
Symbol's value as variable is void: ruby-mode-abbrev-table

Any idea ?

-- 
Camille "Mesmento" Bourgoin
jabber : mr.camille@im.apinc.org
http://linuxette.blogspot.com/
http://enarkeenologos.blogspot.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]