From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yakov Zaytsev Newsgroups: gmane.emacs.help Subject: Objective-C and gdb-ui Date: Thu, 18 Oct 2007 16:36:11 +0400 Organization: Aioe.org NNTP Server Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192716525 20985 80.91.229.12 (18 Oct 2007 14:08:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2007 14:08:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 18 16:08:46 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IiW3J-00055K-KH for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Oct 2007 16:08:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiW3C-0004ey-JQ for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Oct 2007 10:08:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!feeder.erje.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: zVURhyP9rwuXXkgrZRW9og.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Cancel-Lock: sha1:ipCY5J+8LSizsPKgKHE/u/eHIUg= User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (darwin) Original-Xref: shelby.stanford.edu gnu.emacs.help:153021 X-Mailman-Approved-At: Thu, 18 Oct 2007 10:07:38 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48527 Archived-At: I wonder if anybody programming in ObjC already have support for the following things in *locals of * window - Print of NSString as string of chars instead of address only - Pretty print of collections, e.g. I want to be able to query collection size, specific elems and edit memory of the elements (basically NSValue) from the *locals * window.. If none has it, then I'll start hacking gdb-ui.el by myself.. Just want prevent myself from doing monkey job -- Happy hacking, Y