Re: Ingolf Dahl's "SetFaceAndFont" palette broken in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg129878] Re: Ingolf Dahl's "SetFaceAndFont" palette broken in Mathematica
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Wed, 20 Feb 2013 22:28:09 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <kfv4uq$3fr$1@smc.vnet.net> <20130219235334.D3A3D695A@smc.vnet.net>
Thanks! I'm reporting this as a bug to support at wolfram.com. On Feb 19, 2013, at 6:53 PM, awnl <awnl at gmx-topmail.de> wrote: > Am 19.02.2013 07:09, schrieb Murray Eisenberg: >> This refers to Ingolf Dahl's palette SetFaceAndFont -- see: >> >> http://www.familydahl.se/mathematica/#SetFaceAndFont >> >> I've been using it for some years as the quickest way to apply various >> formatting to selected text. E.g., in a Text cell select a Mathematica >> name and click the palette's button that changes the font to Courier. Or >> select some text and change its font to Times Italic. Or change the >> background color for the selection to a light yellow. >> >> But with Mathematica 9 (or at least 9.0.1), clicking one of the >> palette's buttons now applies the effect to the entire cell -- not just >> to the selection. >> >> Has anybody else experienced this? What might be the reason for the >> change in behavior and how might it be fixed? > > I think this is a bug/inconsistancy of version 9. The following > simplification shows the problem: > > Button["Courier12", > SetOptions[NotebookSelection[InputNotebook[]], FontSlant -> "Plain", > FontFamily -> "Courier", FontWeight -> "Plain", FontSize -> 12], > Evaluator -> None > ] // CreatePalette > > pressing the button with a selection in another notebook behaves > different in version 9 to previous versions, and I think the > version-9-behavior is wrong. I don't have an idea how to fix this, though... > > hth, > > albert > > --- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2838 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305
- Follow-Ups:
- Re: Ingolf Dahl's "SetFaceAndFont" palette broken in Mathematica
- From: Ingolf Dahl <ingolf.dahl@telia.com>
- Re: Ingolf Dahl's "SetFaceAndFont" palette broken in Mathematica
- References:
- Re: Ingolf Dahl's "SetFaceAndFont" palette broken in Mathematica
- From: awnl <awnl@gmx-topmail.de>
- Re: Ingolf Dahl's "SetFaceAndFont" palette broken in Mathematica