Is the default flavor of emacs xemacs on FC3?
Not really, Emacs is installed by default.
Reason I ask is that I need to have emacs-nox running as the default in order to get emacspeak running. If this is the case, how can I relink the emacs link so it runs emacs-nox when it's used?
You need to make sure the "emacs" package is not installed and make a symlink emacs -> xemacs-nox in /usr/bin. Alternatively
define a shell alias emacs for emacs-nox.
Hope that helps, Jens