From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Newsgroups: gmane.emacs.bugs Subject: bug#18435: 24.3.93; frame-resize-pixelwise non-functional on OSX Date: Tue, 9 Sep 2014 19:47:08 +0200 Message-ID: References: <0EFD4CEC-39E0-469C-A361-B98D739390E2@psu.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1410284904 22328 80.91.229.3 (9 Sep 2014 17:48:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2014 17:48:24 +0000 (UTC) Cc: 18435-done@debbugs.gnu.org To: David Reitter Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Sep 09 19:48:18 2014 Return-path: Envelope-to: geb-bug-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 1XRPWa-00073l-MN for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Sep 2014 19:48:16 +0200 Original-Received: from localhost ([::1]:51153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRPWa-0003FO-BS for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Sep 2014 13:48:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRPWS-0003F5-6d for bug-gnu-emacs@gnu.org; Tue, 09 Sep 2014 13:48:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRPWM-0003ZY-UX for bug-gnu-emacs@gnu.org; Tue, 09 Sep 2014 13:48:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRPWM-0003ZU-Qz for bug-gnu-emacs@gnu.org; Tue, 09 Sep 2014 13:48:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XRPWM-0001zH-Gk for bug-gnu-emacs@gnu.org; Tue, 09 Sep 2014 13:48:02 -0400 Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 09 Sep 2014 17:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 18435 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 18435@debbugs.gnu.org, jan.h.d@swipnet.se, reitter@psu.edu Original-Received: via spool by 18435-done@debbugs.gnu.org id=D18435.14102848427585 (code D ref 18435); Tue, 09 Sep 2014 17:48:01 +0000 Original-Received: (at 18435-done) by debbugs.gnu.org; 9 Sep 2014 17:47:22 +0000 Original-Received: from localhost ([127.0.0.1]:35602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XRPVh-0001yG-CH for submit@debbugs.gnu.org; Tue, 09 Sep 2014 13:47:22 -0400 Original-Received: from mailfe03.swip.net ([212.247.154.65]:53809 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XRPVd-0001xy-1L for 18435-done@debbugs.gnu.org; Tue, 09 Sep 2014 13:47:18 -0400 X-T2-Spam-Status: No, hits=0.0 required=5.0 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 363627725; Tue, 09 Sep 2014 19:47:09 +0200 In-Reply-To: <0EFD4CEC-39E0-469C-A361-B98D739390E2@psu.edu> X-Mailer: Apple Mail (2.1878.6) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:93204 Archived-At: Fix checked in to the 24-branch. Jan D. 9 sep 2014 kl. 17:49 skrev David Reitter : > (setq frame-resize-pixelwise t) > > According to the NEWS file, this should allow for pixelwise resizing of > any frame. After setting the above variable, I tried resizing a frame > with the mouse, but it still resizes in full char increments, both while > actually holding the mouse button and moving the mouse, and consequently > after releasing the button. > > I tried this is newly created frames as well, with the same result > > > > > In GNU Emacs 24.3.93.1 (x86_64-apple-darwin13.3.0, NS apple-appkit-1265.21) > of 2014-08-15 on builder10-9.porkrind.org > Windowing system distributor `Apple', version 10.3.1265 > Configured using: > `configure --with-ns' > > Important settings: > locale-coding-system: utf-8-unix > > Major mode: Lisp Interaction > > Minor modes in effect: > which-function-mode: t > tooltip-mode: t > electric-indent-mode: t > mouse-wheel-mode: t > tool-bar-mode: t > menu-bar-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > blink-cursor-mode: t > auto-composition-mode: t > auto-encryption-mode: t > auto-compression-mode: t > line-number-mode: t > transient-mark-mode: t > > Recent input: > s SPC d o SPC o t h e r SPC F SPC k e y s SPC ( F 4 > ) t r i e d SPC f > > > f > f > > > > > > > > > > > > a v i d . r e i > t t e r @ g m a i l . c o m > C-c C-c y e s m a i l SPC c l i e n t > f r a m e - r e s i z e - p i x e l w i > s e C-h v ( s e t q SPC > s-y C-y s-v ( s e t q SPC f r a m e - r e > s i z e - p i x e l w e i s e SPC t ) C-x C-e C-x 5 > 2 C-x C-3 C-e C-x > s-v s-v > > i s e SPC t ) C-x > C-e C-x 5 2 > C-h v > > > > Recent messages: > Sending...done > Type "q" in help window to restore its previous buffer. > call-interactively: Wrong type argument: char-or-string-p, nil > Mark set [2 times] > t > C-x C-3 is undefined > C-x s-v is undefined > Mark set > t > Type C-x 1 to delete the help window. > > Load-path shadows: > None found. > > Features: > (mailalias mailclient browse-url cus-edit cus-start cus-load wid-edit > cl-loaddefs cl-lib pp shadow sort gnus-util mail-extr emacsbug message > format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse > rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 > ietf-drums mm-util mail-prsvr mail-utils kmacro help-fns help-mode > easymenu ghostedit ghostedit-stopwords-en easy-mmode which-func imenu > time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type > mwheel ns-win tool-bar dnd fontset image regexp-opt fringe > tabulated-list newcomment lisp-mode prog-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 nadvice 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 cocoa ns multi-tty emacs) > > Memory information: > ((conses 16 104609 21653) > (symbols 48 19480 0) > (miscs 40 92 321) > (strings 32 17724 5154) > (string-bytes 1 489172) > (vectors 16 11627) > (vector-slots 8 449289 11164) > (floats 8 109 570) > (intervals 56 592 9) > (buffers 960 15)) > >