From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wes James Newsgroups: gmane.emacs.help Subject: Re: turning line mode on/off with defun not working Date: Thu, 05 Dec 2013 19:00:17 +0000 (GMT) Message-ID: <7b22ae4d-c9fd-424f-8ef9-1433bebe8673@me.com> References: <5e98fd59-a32b-4133-aaf3-21a7b637017f@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1386270052 20838 80.91.229.3 (5 Dec 2013 19:00:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Dec 2013 19:00:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 05 20:00:57 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VoeAS-0003xK-Tn for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Dec 2013 20:00:57 +0100 Original-Received: from localhost ([::1]:55260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoeAS-0006fr-JM for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Dec 2013 14:00:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Voe9y-0006dn-Jz for help-gnu-emacs@gnu.org; Thu, 05 Dec 2013 14:00:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Voe9s-0007qi-0m for help-gnu-emacs@gnu.org; Thu, 05 Dec 2013 14:00:26 -0500 Original-Received: from nk11p00mm-asmtp005.mac.com ([17.158.161.4]:43368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Voe9r-0007q9-Rd for help-gnu-emacs@gnu.org; Thu, 05 Dec 2013 14:00:19 -0500 Original-Received: from nk11p00mm-spool004.mac.com ([17.158.161.119]) by nk11p00mm-asmtp005.mac.com (Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit (built Aug 22 2013)) with ESMTP id <0MXC00MKMKSHP160@nk11p00mm-asmtp005.mac.com> for help-gnu-emacs@gnu.org; Thu, 05 Dec 2013 19:00:17 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.72,1.0.14,0.0.0000 definitions=2013-12-05_06:2013-12-05, 2013-12-05, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1308280000 definitions=main-1312050114 Original-Received: from localhost ([17.158.236.222]) by nk11p00mm-spool004.mac.com (Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit (built Aug 22 2013)) with ESMTP id <0MXC000FIKSHA120@nk11p00mm-spool004.mac.com>; Thu, 05 Dec 2013 19:00:17 +0000 (GMT) X-Mailer: iCloud MailClient1U43 MailServer1U25.15099 X-Originating-IP: [129.123.87.45] In-reply-to: <5e98fd59-a32b-4133-aaf3-21a7b637017f@default> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 17.158.161.4 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94849 Archived-At: =0A=0AOn Dec 05, 2013, at 11:48 AM, Drew Adams wro= te:=0A=0ASee the Elisp manual - use `i interactive'.=0AOr use `C-h f inter= active'.=0AI can see how to use C-h f interactive.=0AHow do you use 'i int= eractive'. I've tried c-x and m-x and=0Anot sure how this one works.=0A=0A= First, bravo for trying, and then asking for help.=0A=0A`i' is bound to co= mmand `Info-index' when in Info mode.=0A=0ASo to use it you need to first = be visiting a manual (in this=0Acase, the Elisp manual) in Info mode.=0A=0A= To do that: `C-h i' invokes command `info'. Then choose the=0AElisp manual= . Then use `i' to find something that is in the=0Aindex, in this case `int= eractive'.=0A=A0=0A=0AThanks for info, that worked :)=0A=0A-wes=