Re: hyperspec issues?
rif <[email protected]> Wed, 19 Mar 2003 17:53:53 -0500
| Newsgroups | gmane.lisp.ilisp.general |
|---|---|
| Message-ID | <[email protected]> |
I looked in my completer.el. Mine already looks like yours (except the commented out lines in yours are simply missing in mine): > (defun completer-region (delimiters) > "Return the completion region bounded by characters in DELIMITERS. > The search is for the current buffer assuming that point is in it." > ;;; (cons (save-excursion (skip-chars-backward delimiters) (point)) > ;;; (save-excursion (skip-chars-forward delimiters) (point)))) > (cons (save-excursion (skip-chars-backward delimiters (minibuffer-prompt-end)) > (point)) > (save-excursion (skip-chars-forward delimiters) > (point)))) This perhaps implies that the problem is not a completer problem after all, but something else? Does the system coming back with "No match" necessarily imply a completer problem? Is there some way to check this --- something else that ilisp uses completer for? rif ------------------------------------------------------- This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en