Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:sourceforge': 0.02; 'subject:IDLE': 0.03; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'typing': 0.15; '"space"': 0.16; 'fix,': 0.16; 'from:addr:acm.org': 0.16; 'lion': 0.16; 'previously,': 0.16; 'subject:Mac': 0.16; 'tcl/tk': 0.16; 'url:func': 0.16; 'url:tracker': 0.16; 'wrote:': 0.18; 'discard': 0.18; 'shipped': 0.18; 'modify': 0.25; "i'm": 0.26; 'tried': 0.27; 'skip:= 10': 0.28; 'idle': 0.29; 'preferences': 0.29; 'problem': 0.29; 'lines': 0.30; 'characters,': 0.30; 'url:detail': 0.30; 'version': 0.32; 'actual': 0.32; "can't": 0.32; 'header:User- Agent:1': 0.33; 'rather': 0.33; 'header:X-Complaints-To:1': 0.33; 'to:addr:python-list': 0.34; 'keys': 0.34; 'running': 0.35; 'starting': 0.36; 'subject:with': 0.36; 'charset:us-ascii': 0.37; 'keyboard': 0.37; 'skip:" 10': 0.37; 'but': 0.37; 'using': 0.38; 'patch': 0.38; 'received:org': 0.38; 'characters': 0.39; 'option': 0.39; 'should': 0.39; 'pending': 0.39; 'to:addr:python.org': 0.40; 'url:net': 0.60; 'type': 0.61; 'url:index': 0.62; 'subject.': 0.64; 'received:12': 0.66; 'url:aid': 0.73; 'article': 0.74; 'url:php': 0.82; '8.5': 0.84; 'composite': 0.84; 'sequence:': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Can't get tilde character with IDLE 3.2.2 on French Mac Lion Date: Mon, 19 Dec 2011 14:19:02 -0500 References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 12.130.118.129 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324322364 news.xs4all.nl 6955 [2001:888:2000:d::a6]:55716 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17520 In article , Franck Ditter wrote: > All is in the subject. I'm starting to use Python with Idle 3.2.2 > on MacOS-X Lion (French). I can't get "Option-N space" to provide > the ~ char. > I tried to go into the Keys preferences but I can't find "Option-N space" > to modify its meaning. Its actual behavior is to merge lines of a > paragraph. You are likely running into a current problem in the OS X Cocoa version of Tcl/Tk 8.5 as included with Lion and as shipped by ActiveState. Previously, if you tried to type composite characters, like Option N, the Cocoa Tcl/Tk would crash. Pending a real fix, a patch was made to Tcl/Tk 8.5 to discard composite characters rather than crash. You should be able to get a tilde by using the post-composite keyboard sequence: try typing "space" followed by "Shift-Option-N". http://sourceforge.net/tracker/index.php?func=detail&aid=2907388&group_id =12997&atid=112997 -- Ned Deily, nad@acm.org