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: turning line mode on/off with defun not working Date: Thu, 05 Dec 2013 18:42:07 +0000 (GMT) Message-ID: <8b5619bf-e5e1-4ac7-a03e-5ccaabde490c@me.com> 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 1386268959 7794 80.91.229.3 (5 Dec 2013 18:42:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Dec 2013 18:42:39 +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 19:42:43 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 1Vodso-0007t7-Es for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Dec 2013 19:42:42 +0100 Original-Received: from localhost ([::1]:55205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vodso-0007I6-1D for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Dec 2013 13:42:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VodsV-0007Ed-US for help-gnu-emacs@gnu.org; Thu, 05 Dec 2013 13:42:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VodsP-0002RA-Bg for help-gnu-emacs@gnu.org; Thu, 05 Dec 2013 13:42:23 -0500 Original-Received: from nk11p00mm-asmtp005.mac.com ([17.158.161.4]:63191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VodsP-0002Qv-6A for help-gnu-emacs@gnu.org; Thu, 05 Dec 2013 13:42:17 -0500 Original-Received: from nk11p00mm-spool001.mac.com ([17.158.161.66]) 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 <0MXC00MHNJY2P110@nk11p00mm-asmtp005.mac.com> for help-gnu-emacs@gnu.org; Thu, 05 Dec 2013 18:42:13 +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-1312050112 Original-Received: from localhost ([17.158.236.222]) by nk11p00mm-spool001.mac.com (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0MXC00MKBJY7F500@nk11p00mm-spool001.mac.com>; Thu, 05 Dec 2013 18:42:07 +0000 (GMT) X-Mailer: iCloud MailClient1U43 MailServer1U25.15099 X-Originating-IP: [129.123.87.45] 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:94847 Archived-At: =0A=0AOn Dec 05, 2013, at 10:31 AM, Drew Adams wro= te:=0A=0AWhat is the difference?=0A=0A(interactive)=0A=0ASee the Elisp man= ual - use `i interactive'.=0A=0AOr use `C-h f interactive'.=0A=A0=0A------= ----=0AI can see how to use C-h f interactive.=0A=0AHow do you use 'i inte= ractive'. I've tried c-x and m-x and not sure how this one works.=0A=0A(so= rry if the indent/quoting is crappy, icloud mail is definitely lacking....= )=0A=0AThanks,=0A=0A-wes=