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

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

Re: problem with smart-snippet


From: Kevin Rodgers
Subject: Re: problem with smart-snippet
Date: Thu, 28 Feb 2008 00:15:00 -0700
User-agent: Thunderbird 2.0.0.12 (Macintosh/20080213)

Camille Bourgoin wrote:
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 ?

(require 'ruby) or (require 'ruby-mode)

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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