Dear Emacers, developing ruby-on-rails I recently started using emacs. I want to do something like this: (set 'ac-dictionary ' 'tags-completion-table) where ac-dictionary is a variable set in autocomplete and tags-completion-table the list of tags populated when visiting the tags-file. I do this, because I need autocomplete to popup poosibel tag-completions. I could not find another way to do this. Please help! Many thanks in advance! Josef