I can make ido-insert-database-column even more useful by having it complete some text that I have already typed into the buffer. This is trivial using thing-at-point. The closest thing that matches a database column name is a filename. (defun ido-insert-database-column () (interactive) (let ((bounds (bounds-of-thing-at-point ‘filename)) (input (thing-at-point ‘filename)) selection) (setq selection (ido-completing-read “DB Column: [...]
Subscribe to My RSS Feed
Subscribe via Email
-
Recent Posts
Recent Comments
- JustHost on Archives
- frenky on About
- Audrey Tang on Perl Wiki Updates
- Luke on Perl Wiki Discussion Summary
- Ted James on Perl Wiki Updates
Categories
Archives
