Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!scslwide.sony.co.jp!enami%ptgd.sony.JUNET From: enami%ptgd.sony.JUNET@scslwide.sony.co.jp (enami tsugutomo) Newsgroups: gnu.emacs.bug Subject: infinit loop at c-backward-noncomment Message-ID: <8911201106.AA01954@chihaya.ptgd.sony.co.jp> Date: 20 Nov 89 18:36:55 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 In GNU Emacs 18.55.0 of Mon Nov 13 1989 on chihaya (news-os) Suppose a buffer is in c-mode and it contains a line like this: #include ^---here is beginng of buffer If we put cursor at beginng of buffer and type TAB (which is bound to c-indent-command), emacs into infinit loop at c-backward-noncomment. enami