Skip to main content
sharip92483591
Participant
October 19, 2015
Answered

How to paste text as plain text by default?

  • October 19, 2015
  • 1 reply
  • 1946 views

How can I get FM to paste text as plain text by default, instead of having to use 'Paste Special'?

(Years ago there was a config file that could be changed, but memory fails me).

This topic has been closed for replies.
Correct answer Mike-Hardy

The config file is maker.ini.. There is a master copy within the FrameMaker application, but you should instead edit your own personal copy, which will override the master. You can find this in:

  • "\Documents and Settings\<username>\Application Data\Adobe\FrameMaker\<version>" on Windows XP
  • "\Users\<username>\AppData\Roaming\Adobe\FrameMaker\<version>" on Windows Vista and later.

FrameMaker rewrites your personal copy whenever it exits - so before you edit the file, quit FrameMaker, otherwise it will just overwrite your changes. Then backup the file, just in case.

The setting you want is ClipboardFormatsPriorities. It is very unlikely to already be present, but if it is, edit its value. Otherwise add this line to the [Preferences] section:

ClipboardFormatsPriorities=FILE, MIFW, MIF, RTF, OLE 2, META, EMF,  DIB, BMP, UNICODE TEXT, TEXT

The above is the default setting. Change the order to suit yourself; you might want one of the following:

  • ClipboardFormatsPriorities=FILE, UNICODE TEXT, TEXT, MIFW, MIF, RTF, OLE 2, META, EMF,  DIB, BMP
  • ClipboardFormatsPriorities=UNICODE TEXT, TEXT, FILE, MIFW, MIF, RTF, OLE 2, META, EMF,  DIB, BMP

Restart FrameMaker. Any problems, revert to your backup of the file.

1 reply

Mike-HardyCorrect answer
Participating Frequently
October 19, 2015

The config file is maker.ini.. There is a master copy within the FrameMaker application, but you should instead edit your own personal copy, which will override the master. You can find this in:

  • "\Documents and Settings\<username>\Application Data\Adobe\FrameMaker\<version>" on Windows XP
  • "\Users\<username>\AppData\Roaming\Adobe\FrameMaker\<version>" on Windows Vista and later.

FrameMaker rewrites your personal copy whenever it exits - so before you edit the file, quit FrameMaker, otherwise it will just overwrite your changes. Then backup the file, just in case.

The setting you want is ClipboardFormatsPriorities. It is very unlikely to already be present, but if it is, edit its value. Otherwise add this line to the [Preferences] section:

ClipboardFormatsPriorities=FILE, MIFW, MIF, RTF, OLE 2, META, EMF,  DIB, BMP, UNICODE TEXT, TEXT

The above is the default setting. Change the order to suit yourself; you might want one of the following:

  • ClipboardFormatsPriorities=FILE, UNICODE TEXT, TEXT, MIFW, MIF, RTF, OLE 2, META, EMF,  DIB, BMP
  • ClipboardFormatsPriorities=UNICODE TEXT, TEXT, FILE, MIFW, MIF, RTF, OLE 2, META, EMF,  DIB, BMP

Restart FrameMaker. Any problems, revert to your backup of the file.

sharip92483591
Participant
October 19, 2015

Thank you!