From: Jean-Francois L. <jfl...@gm...> - 2010-10-06 13:19:50
|
Hi Eric, Thanks a lot for your prompt answer! I tried pressing C-l after writing 'imsho<tab>' in matlab-shell, and nothing happens. However, when I tried 'M-x matlab-shell-tab', then the auto-completion works as expected. It just seems like the 'tab' key isn't working properly? Maybe updating emacs will fix that, if it is indeed a bug in its terminal version. I'll try that. JF On Wed, Oct 6, 2010 at 8:41 AM, Eric Ludlam <Eri...@ma...> wrote: > This sounds like a bug in the terminal version of Emacs. If pressing C-l shows the missing text, then there isn't much the matlab-shell code can do about it. > > Eric > > -----Original Message----- > From: Jean-François Lalonde [mailto:jfl...@gm...] > Sent: Tuesday, October 05, 2010 11:12 PM > To: mat...@li... > Subject: [Matlab-emacs-discuss] Tab completion > > Hi, > > I'm trying to get tab completion in matlab-shell mode to work, but I'm hitting a wall right now. I'm running everything on Mac OSX 10.6. > > 1. Using Aquamacs works perfectly. I get the expected completion behavior when I hit <tab> after a half-spelled command on the Matlab prompt within the matlab-shell mode. > > 2. However, when I try to do the same in an emacs process launched within Terminal.app, hitting <tab> moves the cursor by a few spaces to the right, and does not display the auto-completion options. In fact, if I type: > > imsho<tab> <enter> > > then it displays > > imshow > ??? Error using ==> imshow>preParseInputs at 309 > ... > > which means that hitting <tab> does complete 'imsho' to 'imshow', but it does not actually display it. I've also tried using X11.app and I get the same results. I use emacs on a regular basis but only for simple text editing purposes, so my knowledge of Lisp and .emacs configuration settings is extremely limited... > > Any idea? > > Thanks in advance, > JF > > PS: Keep up the awesome work, Eric! I can't wait to get rid of the matlab GUI, especially when I'm working remotely over slow Internet connections ;) > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Matlab-emacs-discuss mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss > |