From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2492 invoked by alias); 27 Oct 2005 09:46:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2298 invoked by uid 22791); 27 Oct 2005 09:46:03 -0000 Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 27 Oct 2005 09:46:03 +0000 Received: from kahikatea.snap.net.nz (p170-tnt2.snap.net.nz [202.124.108.170]) by viper.snap.net.nz (Postfix) with ESMTP id EF94F72EF5C for ; Thu, 27 Oct 2005 22:45:57 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 4F2998402; Thu, 27 Oct 2005 22:46:39 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17248.41470.700547.306488@kahikatea.snap.net.nz> Date: Thu, 27 Oct 2005 12:10:00 -0000 To: gdb-patches@sources.redhat.com Subject: [PATCH] gdb-mi.el X-SW-Source: 2005-10/txt/msg00208.txt.bz2 OK to commit? Nick 2005-10-27 Nick Roberts * mi/gdb-mi.el (gdbmi): Sync with Emacs 22.0.50 *** gdb-mi.el 19 Sep 2005 18:44:13 +1200 1.2 --- gdb-mi.el 27 Oct 2005 22:35:38 +1300 *************** *** 187,193 **** gdb-find-file-unhook nil gdb-source-file-list nil gdb-last-command nil ! gdb-prompt-name nil) ;; (setq gdb-buffer-type 'gdbmi) ;; --- 187,194 ---- gdb-find-file-unhook nil gdb-source-file-list nil gdb-last-command nil ! gdb-prompt-name nil ! gdb-buffer-fringe-width (car (window-fringes))) ;; (setq gdb-buffer-type 'gdbmi) ;;