From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 03 16:28:45 2013 Received: (at submit) by debbugs.gnu.org; 3 Oct 2013 20:28:45 +0000 Received: from localhost ([127.0.0.1]:52367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VRpVs-0006YL-I7 for submit@debbugs.gnu.org; Thu, 03 Oct 2013 16:28:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38499) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VQv2N-0002mt-6i for submit@debbugs.gnu.org; Tue, 01 Oct 2013 04:10:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQv2H-0005YX-28 for submit@debbugs.gnu.org; Tue, 01 Oct 2013 04:10:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: **** X-Spam-Status: No, score=4.0 required=5.0 tests=BAYES_50, CHARSET_FARAWAY_HEADER,FREEMAIL_FROM,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQv2G-0005YT-VV for submit@debbugs.gnu.org; Tue, 01 Oct 2013 04:10:24 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQv2B-00024O-F6 for bug-gnu-emacs@gnu.org; Tue, 01 Oct 2013 04:10:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQv25-0005RE-Tu for bug-gnu-emacs@gnu.org; Tue, 01 Oct 2013 04:10:19 -0400 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:65534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQv25-0005Q8-MR for bug-gnu-emacs@gnu.org; Tue, 01 Oct 2013 04:10:13 -0400 Received: by mail-pb0-f52.google.com with SMTP id wz12so6709335pbc.25 for ; Tue, 01 Oct 2013 01:10:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version; bh=UPS/DkIyjjcloAP4s+zl/r2AyGsYYHEKkdsoNLjskFQ=; b=eRbXaV2wbW3sTdFqRhvJ4c4VNjijYQwXdsFA+SJZ9a6iI/i5RhLqN4wb3+UKs7h7P5 DVJEaQgU2/qQHItl44v7HFFKexkz0i9P/UNU0uYmgX8LI5oY72lDIWxqUC0IYYHMnj8G BYkBJn6+FjNVmBCFksDv2zPcbHPfm1xu11QQcQnw23CgNQxcCpAauAusA4YJBk0XPKZC VGtj+g36FH92Ynh0RQSFWT4+QnET5mn4H5mTPP4Z5vdj8BnbhrTv33sJvqq+91d3ogAy YycOua/zWGitFa2JTyZ4J/offUrThvS1j4YuEIqrPZKB1s18WT3tZRAgGQy6G4yacoNS 8JZQ== X-Received: by 10.68.137.1 with SMTP id qe1mr28425404pbb.25.1380615012236; Tue, 01 Oct 2013 01:10:12 -0700 (PDT) Received: from [10.0.1.28] (i220-221-61-122.s06.a011.ap.plala.or.jp. [220.221.61.122]) by mx.google.com with ESMTPSA id go4sm5308603pbb.15.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 01:10:10 -0700 (PDT) From: =?iso-2022-jp?B?GyRCP3tAOBsoQiAbJEI/QjBsTzobKEI=?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: 24.3; set-frame-parameter bug(maybe) Date: Tue, 1 Oct 2013 17:10:07 +0900 Message-Id: <7CFCE4CD-EB16-4968-979F-312F75A47D8F@gmail.com> To: bug-gnu-emacs@gnu.org Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 03 Oct 2013 16:28:42 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) (set-frame-parameter ...) function does'nt work well. Please try two sentences below. And you will see that minibuffer is collapsed. -------- (set-frame-parameter nil 'fullscreen 'fullboth) (set-frame-parameter nil 'fullscreen nil) -------- In version 22, this worked fine. Thank you. In GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-03-13 on bob.porkrind.org Windowing system distributor `Apple', version 10.3.1038 Configured using: `configure '--host=x86_64-apple-darwin' '--build=i686-apple-darwin' '--with-ns' 'build_alias=i686-apple-darwin' 'host_alias=x86_64-apple-darwin' 'CC=gcc -mmacosx-version-min=10.5 '' Important settings: locale-coding-system: nil default enable-multibyte-characters: t Major mode: Info Minor modes in effect: display-time-mode: t display-battery-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t Recent input: C-p C-p C-p ESC % ^ ; ; ; SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC . C-l ESC C-r ^ [ ^ ; ] C-r C-r C-l ESC C-r C-r C-r C-r C-r C-r C-r C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-x ESC ESC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC . C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-a ; ESC C-r C-r ESC v C-u 0 ESC r C-l C-] v ESC v ESC v ESC v ESC v C-x o C-x b * G N C-x b ESC n t ESC > ESC < C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-f C-f C-f s b u g C-u C-SPC C-u C-g l ESC x r e p o r t - e m a c s - b u g Recent messages: Mark set Replaced 108 occurrences Mark saved where search started [2 times] Mark set Replaced 15 occurrences Mark saved where search started Making completion list... Mark set Auto-saving... Mark set Quit Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader help-mode jka-compr info easymenu misearch multi-isearch dabbrev network-stream auth-source eieio byte-opt bytecomp byte-compile cconv gnus-util password-cache starttls tls fi-site-init fi-manual allegro-manual-data thingatpt browse-url sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils add-log advice help-fns advice-preload etags ring gin-mode cl-macs gv time battery cl cl-lib time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 04 12:13:55 2013 Received: (at 15517-done) by debbugs.gnu.org; 4 Oct 2013 16:13:55 +0000 Received: from localhost ([127.0.0.1]:54177 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VS80o-0005RT-Qq for submit@debbugs.gnu.org; Fri, 04 Oct 2013 12:13:55 -0400 Received: from mail01.bdtv.se ([176.10.222.34]:43695) by debbugs.gnu.org with smtp (Exim 4.80) (envelope-from ) id 1VS80l-0005RJ-JJ for 15517-done@debbugs.gnu.org; Fri, 04 Oct 2013 12:13:52 -0400 Received: (qmail 11393 invoked by uid 89); 4 Oct 2013 16:13:49 -0000 Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.bdtv.se with ESMTPA; 4 Oct 2013 16:13:49 -0000 Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 660AB1A036A; Fri, 4 Oct 2013 16:13:49 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: bug#15517: 24.3; set-frame-parameter bug(maybe) From: =?utf-8?Q?Jan_Dj=C3=A4rv?= In-Reply-To: <7CFCE4CD-EB16-4968-979F-312F75A47D8F@gmail.com> Date: Fri, 4 Oct 2013 18:13:49 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <7CFCE4CD-EB16-4968-979F-312F75A47D8F@gmail.com> To: =?utf-8?B?6I+F55SfIOe0s+S4gOmDjg==?= X-Mailer: Apple Mail (2.1510) X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15517-done Cc: 15517-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hello. This does not happen in the trunk, so whatever it was, it is fixed. Jan D. 1 okt 2013 kl. 10:10 skrev =E8=8F=85=E7=94=9F =E7=B4=B3=E4=B8=80=E9=83=8E = : > (set-frame-parameter ...) function does'nt work well. > Please try two sentences below. And you will see that minibuffer is > collapsed. > -------- > (set-frame-parameter nil 'fullscreen 'fullboth) > (set-frame-parameter nil 'fullscreen nil) > -------- > In version 22, this worked fine. > Thank you. >=20 >=20 >=20 >=20 > In GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) > of 2013-03-13 on bob.porkrind.org > Windowing system distributor `Apple', version 10.3.1038 > Configured using: > `configure '--host=3Dx86_64-apple-darwin' '--build=3Di686-apple-darwin' > '--with-ns' 'build_alias=3Di686-apple-darwin' > 'host_alias=3Dx86_64-apple-darwin' 'CC=3Dgcc -mmacosx-version-min=3D10.5= '' >=20 > Important settings: > locale-coding-system: nil > default enable-multibyte-characters: t >=20 > Major mode: Info >=20 > Minor modes in effect: > display-time-mode: t > display-battery-mode: t > tooltip-mode: t > mouse-wheel-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > auto-composition-mode: t > auto-encryption-mode: t > auto-compression-mode: t > buffer-read-only: t >=20 > Recent input: > C-p C-p C-p ESC % ^ ; ; ; =20 > SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 > SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 > SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 > SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 > SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 > SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 > SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 > SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 > SPC SPC SPC . C-l ESC C-r ^ [ ^ ; ] C-r C-r C-l ESC=20 > C-r C-r C-r C-r C-r C-r C-r C-p C-p C-p C-p C-p C-p=20 > C-p C-p C-p C-p C-p C-p C-p C-p C-x ESC ESC =20 > SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 > SPC . C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p=20 > C-p C-p C-p C-a ; ESC C-r C-r ESC v C-u 0 ESC r C-l=20 > C-] v ESC v ESC v ESC v ESC v C-x o C-x b * G=20 > N C-x b ESC n t ESC > ESC <=20 > C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n=20 > C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n=20 > C-n C-n C-n C-n C-n C-n C-n C-f C-f C-f s=20 > b u g C-u C-SPC C-u C-g l =20 > ESC x r e p o r=20 > t - e m a c s - b u g >=20 > Recent messages: > Mark set > Replaced 108 occurrences > Mark saved where search started [2 times] > Mark set > Replaced 15 occurrences > Mark saved where search started > Making completion list... > Mark set > Auto-saving... > Mark set > Quit >=20 > Load-path shadows: > None found. >=20 > Features: > (shadow sort mail-extr emacsbug message format-spec rfc822 mml mml-sec > mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils > mailheader help-mode jka-compr info easymenu misearch multi-isearch > dabbrev network-stream auth-source eieio byte-opt bytecomp = byte-compile > cconv gnus-util password-cache starttls tls fi-site-init fi-manual > allegro-manual-data thingatpt browse-url sendmail rfc2047 rfc2045 > ietf-drums mm-util mail-prsvr mail-utils add-log advice help-fns > advice-preload etags ring gin-mode cl-macs gv time battery cl cl-lib > time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win > tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment > lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar > mouse jit-lock font-lock syntax facemenu font-core frame cham georgian > utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean > japanese hebrew greek romanian slovak czech european ethiopic indian > cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev > minibuffer loaddefs button faces cus-face macroexp files = text-properties > overlay sha1 md5 base64 format env code-pages mule custom widget > hashtable-print-readable backquote make-network-process ns multi-tty > emacs) >=20 >=20 >=20 From unknown Fri Jul 11 01:40:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 02 Nov 2013 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator